Variable: cperl-lazy-help-time

cperl-lazy-help-time is a customizable variable defined in cperl-mode.el.gz.

Value

nil

Documentation

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.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(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) (const nil) integer)
  :group 'cperl-affected-by-hairy)