# HG changeset patch # User Dave Love # Date 921264462 0 # Node ID 30ee4bf65cb34107eed36d236ad30e10363f6517 # Parent cddc33d259d48fbcdeaf529688e2a6593436fa45 (sentence-end): Doc fix. diff -r cddc33d259d4 -r 30ee4bf65cb3 lisp/textmodes/paragraphs.el --- 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)