]> git.eshelyaron.com Git - emacs.git/commitdiff
(sentence-end): Doc fix.
authorDave Love <fx@gnu.org>
Fri, 12 Mar 1999 18:47:42 +0000 (18:47 +0000)
committerDave Love <fx@gnu.org>
Fri, 12 Mar 1999 18:47:42 +0000 (18:47 +0000)
lisp/textmodes/paragraphs.el

index 4f373763bc7dfb59223182eda490558e35ea4aa6..d1ff1450ec885c40ba8bd06a8ca58dfb2f1a3163 100644 (file)
@@ -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)