diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-29 22:17:15 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-29 22:17:15 +0000 |
commit | 269a8f1c8e221c1d32f79206ebaa71df4200b5b5 (patch) | |
tree | cb16756289b366022d1707b8fe35dc92b00abbb6 /lisp/newcomment.el | |
parent | 978b94d04f9da4b71dcc83e2c9f795f9a7b6c3d3 (diff) | |
download | emacs-269a8f1c8e221c1d32f79206ebaa71df4200b5b5.tar.gz |
(comment-multi-line): Doc fix.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r-- | lisp/newcomment.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 3a63636b757..120777ab704 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -215,8 +215,13 @@ makes the comment easier to read. Default is 1. nil means 0." ;;;###autoload (defcustom comment-multi-line nil - "*Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter. -This is obsolete because you might as well use \\[newline-and-indent]." + "*Non-nil means `comment-indent-new-line' continues comments. +That is, it inserts no new terminator or starter. +This affects `auto-fill-mode', which is the main reason to +customize this variable. + +It also affects \\[indent-new-comment-line]. However, if you want this +behavior for explicit filling, you might as well use \\[newline-and-indent]." :type 'boolean) (defcustom comment-empty-lines nil |