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

index 14f7e23d4c028ddf7b47e2af6ed72406a7318d44..3c88abc615c2515defd3670969717b6aa5cc3003 100644 (file)
@@ -38,7 +38,10 @@ A value of nil means that any change in indentation starts a new paragraph."
   :group 'fill)
 
 (defcustom sentence-end-double-space t
-  "*Non-nil means a single space does not end a sentence."
+  "*Non-nil means a single space does not end a sentence.
+
+If you change this, you should also change `sentence-end'.
+See Info node `Sentences'."
   :type 'boolean
   :group 'fill)