]> git.eshelyaron.com Git - emacs.git/commitdiff
(comment-padding): Add :type and :group.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 20:36:28 +0000 (20:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 20:36:28 +0000 (20:36 +0000)
lisp/ChangeLog
lisp/newcomment.el

index b57f20d61411e463051a5e5cb9c74269373a38b9..8bdc5505e92cd0a98dddfa1262a9800198ae4a77 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * newcomment.el (comment-padding): Add :type and :group.
+
 2001-11-18  Stefan Monnier  <monnier@cs.yale.edu>
 
        * newcomment.el (comment-indent):
index 65da3bea78fad847c890988fa9e17cb34b651163..c8ed9df29e852fb5686dfe0a18a9fa11c097b445 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: code extracted from Emacs-20's simple.el
 ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: comment uncomment
-;; Revision: $Id: newcomment.el,v 1.35.4.1 2001/11/13 20:16:06 monnier Exp $
+;; Revision: $Id: newcomment.el,v 1.35.4.2 2001/11/19 04:59:10 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -179,7 +179,9 @@ Can also be an integer which will be automatically turned into a string
 of the corresponding number of spaces.
 
 Extra spacing between the comment characters and the comment text
-makes the comment easier to read.  Default is 1.  nil means 0.")
+makes the comment easier to read.  Default is \" \".  nil means 0."
+  :group 'comment
+  :type '(choice string integer (const nil)))
 
 ;;;###autoload
 (defcustom comment-multi-line nil