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:
parent
78dc50d364
commit
300f7bb347
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user