diff lisp/textmodes/fill.el @ 24473:e80a549e7dd8

(sentence-end-double-space): Doc fix.
author Dave Love <fx@gnu.org>
date Fri, 12 Mar 1999 18:48:09 +0000
parents d90d3da56713
children ff8ffbbc63e8
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Fri Mar 12 18:47:42 1999 +0000
+++ b/lisp/textmodes/fill.el	Fri Mar 12 18:48:09 1999 +0000
@@ -38,7 +38,10 @@
   :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)