mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(sentence-end): Add Chinese and Japanese characters.
This commit is contained in:
parent
b41ee674a8
commit
cc4fe8d2d2
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue