summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-04-30 13:01:03 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-04-30 13:01:03 +0000
commit41dfdd7120a1a0b00827a8b50d05e38208bffb5a (patch)
treecf2c1df22834317ea989fb184ef8c898e567d22c /lisp/newcomment.el
parent2a1e884e952a8801e74e13e0fbe35f5bac42a9a9 (diff)
downloademacs-41dfdd7120a1a0b00827a8b50d05e38208bffb5a.tar.gz
(comment-fill-column): Fix :type spec.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index 68681f51681..3e20679afef 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -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.46 2002/04/08 22:58:27 monnier Exp $
+;; Revision: $Id: newcomment.el,v 1.47 2002/04/29 23:43:11 monnier Exp $
;; This file is part of GNU Emacs.
@@ -88,7 +88,7 @@ Major modes should set this variable.")
(defcustom comment-fill-column nil
"Column to use for `comment-indent'. If nil, use `fill-column' instead."
- :type '(choice nil integer))
+ :type '(choice (const nil) integer))
;;;###autoload
(defcustom comment-column 32