comparison 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
comparison
equal deleted inserted replaced
23269:16780f249ece 23270:fe5ca8d66639
272 :group 'cperl-affected-by-hairy) 272 :group 'cperl-affected-by-hairy)
273 273
274 (defcustom cperl-lazy-help-time nil 274 (defcustom cperl-lazy-help-time nil
275 "*Not-nil (and non-null) means to show lazy help after given idle time. 275 "*Not-nil (and non-null) means to show lazy help after given idle time.
276 Can be overwritten by `cperl-hairy' to be 5 sec if nil." 276 Can be overwritten by `cperl-hairy' to be 5 sec if nil."
277 :type '(choice (const null) integer) 277 :type '(choice (const null) (const nil) integer)
278 :group 'cperl-affected-by-hairy) 278 :group 'cperl-affected-by-hairy)
279 279
280 (defcustom cperl-pod-face 'font-lock-comment-face 280 (defcustom cperl-pod-face 'font-lock-comment-face
281 "*The result of evaluation of this expression is used for pod highlighting." 281 "*The result of evaluation of this expression is used for pod highlighting."
282 :type 'face 282 :type 'face