emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/newcomment.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el
Date: Wed, 29 Sep 2004 18:30:02 -0400

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.79 emacs/lisp/newcomment.el:1.80
*** emacs/lisp/newcomment.el:1.79       Tue Sep  7 05:18:49 2004
--- emacs/lisp/newcomment.el    Wed Sep 29 22:17:15 2004
***************
*** 215,222 ****
  
  ;;;###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]."
    :type 'boolean)
  
  (defcustom comment-empty-lines nil
--- 215,227 ----
  
  ;;;###autoload
  (defcustom comment-multi-line nil
!   "*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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]