# HG changeset patch # User Luc Teirlinck # Date 1096496235 0 # Node ID 902c984fa20a588df59a05e4daf5978cbc1e73a6 # Parent 28ddbb7dc58ccda08ee98f8f37d2f157bb95fbba (comment-multi-line): Doc fix. diff -r 28ddbb7dc58c -r 902c984fa20a lisp/newcomment.el --- a/lisp/newcomment.el Wed Sep 29 22:16:20 2004 +0000 +++ b/lisp/newcomment.el Wed Sep 29 22:17:15 2004 +0000 @@ -215,8 +215,13 @@ ;;;###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