Mercurial > emacs
changeset 37415:16c36231eb5c
(sentence-end): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 22 Apr 2001 08:34:25 +0000 |
parents | 3796ae93b268 |
children | 4403ac6b58a3 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Sat Apr 21 19:52:11 2001 +0000 +++ b/lisp/textmodes/paragraphs.el Sun Apr 22 08:34:25 2001 +0000 @@ -130,6 +130,7 @@ (defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*") "*Regexp describing the end of a sentence. +The value includes the whitespace following the sentence. All paragraph boundaries also end sentences, regardless. The default value specifies that in order to be recognized as the end