diff options
author | Dave Love <fx@gnu.org> | 1999-03-12 18:47:42 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-03-12 18:47:42 +0000 |
commit | 220dae721871b49921f86b575a1de77a27832b32 (patch) | |
tree | 9a6054387e9c6fda79bc6c6ffc14bf78ba2d4fd9 /lisp/textmodes | |
parent | 3a320e54cf9eeea338c5bbfe89902e4269e8b71c (diff) | |
download | emacs-220dae721871b49921f86b575a1de77a27832b32.tar.gz |
(sentence-end): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 4f373763bc7..d1ff1450ec8 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -132,9 +132,12 @@ text indented by a margin setting." "*Regexp describing the end of a sentence. All paragraph boundaries also end sentences, regardless. -In order to be recognized as the end of a sentence, the ending period, -question mark, or exclamation point must be followed by two spaces, -unless it's inside some sort of quotes or parenthesis." +The default value specifies that in order to be recognized as the end +of a sentence, the ending period, question mark, or exclamation point +must be followed by two spaces, unless it's inside some sort of quotes +or parenthesis. + +See also the variable `sentence-end-double-space' and Info node `Sentences'." :group 'paragraphs :type 'regexp) |