diff lisp/progmodes/cperl-mode.el @ 23270:fe5ca8d66639

(cperl-lazy-help-time): Fix customize type.
author Andreas Schwab <schwab@suse.de>
date Fri, 18 Sep 1998 09:17:02 +0000
parents 382becc612e1
children abc9bc6aef59
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el	Fri Sep 18 09:15:45 1998 +0000
+++ b/lisp/progmodes/cperl-mode.el	Fri Sep 18 09:17:02 1998 +0000
@@ -274,7 +274,7 @@
 (defcustom cperl-lazy-help-time nil
   "*Not-nil (and non-null) means to show lazy help after given idle time.
 Can be overwritten by `cperl-hairy' to be 5 sec if nil."
-  :type '(choice (const null) integer)
+  :type '(choice (const null) (const nil) integer)
   :group 'cperl-affected-by-hairy)
 
 (defcustom cperl-pod-face 'font-lock-comment-face