Function: cperl-lazy-hook
cperl-lazy-hook is a byte-compiled function defined in
cperl-mode.el.gz.
Signature
(cperl-lazy-hook)
Documentation
Set display of cperl short-docs to be shown when idle.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-lazy-hook ()
"Set display of cperl short-docs to be shown when idle."
(setq cperl-help-shown nil))