diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-04-22 08:35:45 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-04-22 08:35:45 +0000 |
commit | ac1470eb0374ea44fee73cc35b6919b8a8ad5725 (patch) | |
tree | c0461dc082cb3674f1cc428e13691f1eee3fa006 /lisp/textmodes/paragraphs.el | |
parent | 78c1afb68183b2b13cbbdf4af2aa30bfc782d16a (diff) | |
download | emacs-ac1470eb0374ea44fee73cc35b6919b8a8ad5725.tar.gz emacs-ac1470eb0374ea44fee73cc35b6919b8a8ad5725.tar.bz2 emacs-ac1470eb0374ea44fee73cc35b6919b8a8ad5725.zip |
(sentence-end): Doc fix.
Diffstat (limited to 'lisp/textmodes/paragraphs.el')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 305f24b6049..4ecc0c2d433 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -130,6 +130,7 @@ text indented by a margin setting." (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 |