From bdcb0e25c99d08256eaeaa34ef75006010d90f76 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 12 Mar 1999 18:48:09 +0000 Subject: [PATCH] (sentence-end-double-space): Doc fix. --- lisp/textmodes/fill.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 14f7e23d4c0..3c88abc615c 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -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) -- 2.39.2