1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(sentence-end): Add 0x5397d as close brace.

This commit is contained in:
Richard M. Stallman 2004-06-13 22:03:53 +00:00
parent e873bbf926
commit 7f2081e390

View File

@ -171,7 +171,7 @@ followed by two spaces, unless it's inside some sort of quotes or
parenthesis. See Info node `Sentences'."
(or sentence-end
(concat (if sentence-end-without-period "\\w \\|")
"\\([.?!][]\"'\xd0c9)}]*"
"\\([.?!][]\"'\xd0c9\x5397d)}]*"
(if sentence-end-double-space
"\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
"\\|[" sentence-end-without-space "]+\\)"