1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(sentence-end-double-space): Doc fix.

This commit is contained in:
Dave Love 1999-03-12 18:48:09 +00:00
parent 220dae7218
commit bdcb0e25c9

View 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)