(sentence-end): Add Chinese and Japanese characters.

This commit is contained in:
Kenichi Handa 2003-02-24 04:50:59 +00:00
parent b41ee674a8
commit cc4fe8d2d2

View file

@ -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