1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

(cperl-lazy-help-time): Fix customize

type.
This commit is contained in:
Andreas Schwab 1998-09-18 09:17:02 +00:00
parent 78dc50d364
commit 300f7bb347

View File

@ -274,7 +274,7 @@ Can be overwritten by `cperl-hairy' if nil."
(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