comparison lisp/newcomment.el @ 89991:6c1af301b455

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-48 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581 Fix exec-shield autoconf test * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-582 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-584 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-586 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38 Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Sep 2004 01:20:39 +0000
parents cce1c0ee76ee 902c984fa20a
children 58db929d96c6
comparison
equal deleted inserted replaced
89990:9cdfbf04b9ea 89991:6c1af301b455
213 makes the comment easier to read. Default is 1. nil means 0." 213 makes the comment easier to read. Default is 1. nil means 0."
214 :type '(choice string integer (const nil))) 214 :type '(choice string integer (const nil)))
215 215
216 ;;;###autoload 216 ;;;###autoload
217 (defcustom comment-multi-line nil 217 (defcustom comment-multi-line nil
218 "*Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter. 218 "*Non-nil means `comment-indent-new-line' continues comments.
219 This is obsolete because you might as well use \\[newline-and-indent]." 219 That is, it inserts no new terminator or starter.
220 This affects `auto-fill-mode', which is the main reason to
221 customize this variable.
222
223 It also affects \\[indent-new-comment-line]. However, if you want this
224 behavior for explicit filling, you might as well use \\[newline-and-indent]."
220 :type 'boolean) 225 :type 'boolean)
221 226
222 (defcustom comment-empty-lines nil 227 (defcustom comment-empty-lines nil
223 "If nil, `comment-region' does not comment out empty lines. 228 "If nil, `comment-region' does not comment out empty lines.
224 If t, it always comments out empty lines. 229 If t, it always comments out empty lines.