1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(comment-fill-column): Fix :type spec.

This commit is contained in:
Stefan Monnier 2002-04-30 13:01:03 +00:00
parent 2a1e884e95
commit 41dfdd7120

View 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.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