Variable: cperl-max-help-size
cperl-max-help-size is a customizable variable defined in
cperl-mode.el.gz.
Value
66
Documentation
Non-nil means shrink-wrapping of info-buffer allowed up to these percents.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-max-help-size 66
"Non-nil means shrink-wrapping of info-buffer allowed up to these percents."
:type '(choice integer (const nil))
:group 'cperl-help-system)