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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el [emacs-unicode-2]
Date: Wed, 29 Sep 2004 21:43:33 -0400

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.67.2.4 emacs/lisp/newcomment.el:1.67.2.5
*** emacs/lisp/newcomment.el:1.67.2.4   Thu Sep  9 09:36:31 2004
--- emacs/lisp/newcomment.el    Thu Sep 30 01:20:38 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]