]> git.eshelyaron.com Git - emacs.git/commitdiff
(sentence-end): Doc fix.
authorDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:33:35 +0000 (23:33 +0000)
committerDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:33:35 +0000 (23:33 +0000)
lisp/textmodes/paragraphs.el

index f1ad48dd3cfbb345ad3344ac41b319fa4b736cc9..2913c83134d083b90a0767199493e63e59440629 100644 (file)
@@ -137,7 +137,8 @@ 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'."
+See also the variable `sentence-end-double-space', the variable
+`sentence-end-without-period' and Info node `Sentences'."
   :group 'paragraphs
   :type 'regexp)