Mercurial > emacs
changeset 24472:30ee4bf65cb3
(sentence-end): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 12 Mar 1999 18:47:42 +0000 |
parents | cddc33d259d4 |
children | e80a549e7dd8 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Thu Mar 11 22:56:58 1999 +0000 +++ b/lisp/textmodes/paragraphs.el Fri Mar 12 18:47:42 1999 +0000 @@ -132,9 +132,12 @@ "*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)