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:
parent
e873bbf926
commit
7f2081e390
@ -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 "]+\\)"
|
||||
|
Loading…
Reference in New Issue
Block a user