# HG changeset patch # User Dave Love # Date 921264489 0 # Node ID e80a549e7dd82cec078fef6d1e7bc85beca86eac # Parent 30ee4bf65cb34107eed36d236ad30e10363f6517 (sentence-end-double-space): Doc fix. diff -r 30ee4bf65cb3 -r e80a549e7dd8 lisp/textmodes/fill.el --- 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)