Mercurial > emacs
changeset 24473:e80a549e7dd8
(sentence-end-double-space): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 12 Mar 1999 18:48:09 +0000 |
parents | 30ee4bf65cb3 |
children | 3b77bf7b709e |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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)