diff options
| author | Dave Love | 1999-03-12 18:48:09 +0000 |
|---|---|---|
| committer | Dave Love | 1999-03-12 18:48:09 +0000 |
| commit | bdcb0e25c99d08256eaeaa34ef75006010d90f76 (patch) | |
| tree | c47f996afeec09df47c7ef37781a16189319ac9d /lisp/textmodes | |
| parent | 220dae721871b49921f86b575a1de77a27832b32 (diff) | |
| download | emacs-bdcb0e25c99d08256eaeaa34ef75006010d90f76.tar.gz emacs-bdcb0e25c99d08256eaeaa34ef75006010d90f76.zip | |
(sentence-end-double-space): Doc fix.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/fill.el | 5 |
1 files changed, 4 insertions, 1 deletions
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." | |||
| 38 | :group 'fill) | 38 | :group 'fill) |
| 39 | 39 | ||
| 40 | (defcustom sentence-end-double-space t | 40 | (defcustom sentence-end-double-space t |
| 41 | "*Non-nil means a single space does not end a sentence." | 41 | "*Non-nil means a single space does not end a sentence. |
| 42 | |||
| 43 | If you change this, you should also change `sentence-end'. | ||
| 44 | See Info node `Sentences'." | ||
| 42 | :type 'boolean | 45 | :type 'boolean |
| 43 | :group 'fill) | 46 | :group 'fill) |
| 44 | 47 | ||