diff options
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 1b2628760e1..e9cc4f397de 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -171,7 +171,7 @@ followed by two spaces, unless it's inside some sort of quotes or | |||
| 171 | parenthesis. See Info node `Sentences'." | 171 | parenthesis. See Info node `Sentences'." |
| 172 | (or sentence-end | 172 | (or sentence-end |
| 173 | (concat (if sentence-end-without-period "\\w \\|") | 173 | (concat (if sentence-end-without-period "\\w \\|") |
| 174 | "\\([.?!][]\"'\xd0c9)}]*" | 174 | "\\([.?!][]\"'\xd0c9\x5397d)}]*" |
| 175 | (if sentence-end-double-space | 175 | (if sentence-end-double-space |
| 176 | "\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)") | 176 | "\\($\\| $\\|\t\\| \\)" "\\($\\|[\t ]\\)") |
| 177 | "\\|[" sentence-end-without-space "]+\\)" | 177 | "\\|[" sentence-end-without-space "]+\\)" |