(sentence-end): Add Chinese and Japanese characters.
This commit is contained in:
@@ -137,7 +137,7 @@ without a period."
|
||||
;; This is a bit stupid since it's not auto-updated when the
|
||||
;; other variables are changes, but it's still useful info.
|
||||
(concat (if sentence-end-without-period "\\w \\|")
|
||||
"[.?!][]\"')}]*"
|
||||
"[.?!$B!#!%!)!*$A!##.#?#!$(0!$!%!)!*$(G!$!%!)!*(B][]\"')}]*"
|
||||
(if sentence-end-double-space
|
||||
"\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
|
||||
"[ \t\n]*"))
|
||||
@@ -457,4 +457,8 @@ ones already marked."
|
||||
(interactive "*p")
|
||||
(transpose-subr 'forward-sentence arg))
|
||||
|
||||
;;; Local Variables:
|
||||
;;; coding: iso-2022-7bit
|
||||
;;; End:
|
||||
|
||||
;;; paragraphs.el ends here
|
||||
|
||||
Reference in New Issue
Block a user