/[emacs]/emacs/lisp/newcomment.el
ViewVC logotype

Diff of /emacs/lisp/newcomment.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.79 by monnier, Tue Sep 7 05:18:49 2004 UTC revision 1.80 by teirllm, Wed Sep 29 22:17:15 2004 UTC
# Line 215  makes the comment easier to read.  Defau Line 215  makes the comment easier to read.  Defau
215    
216  ;;;###autoload  ;;;###autoload
217  (defcustom comment-multi-line nil  (defcustom comment-multi-line nil
218    "*Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter.    "*Non-nil means `comment-indent-new-line' continues comments.
219  This is obsolete because you might as well use \\[newline-and-indent]."  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]."
225    :type 'boolean)    :type 'boolean)
226    
227  (defcustom comment-empty-lines nil  (defcustom comment-empty-lines nil

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26