(sentence-end): Match unicode curly quotes as a close quote.
This commit is contained in:
parent
e6d9ec82b7
commit
668d1efc1c
1 changed files with 1 additions and 1 deletions
|
@ -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)}]*"
|
||||
(if sentence-end-double-space
|
||||
"\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)")
|
||||
"\\|[" sentence-end-without-space "]+\\)"
|
||||
|
|
Loading…
Add table
Reference in a new issue