Variable: idlwave-help-frame-parameters
idlwave-help-frame-parameters is a customizable variable defined in
idlw-help.el.gz.
Value
((height . 32) (unsplittable . t))
Documentation
The frame parameters for the special Online Help frame.
See also idlwave-help-use-dedicated-frame.
If you do not set the frame width here, the value specified in
idlw-help.el will be used.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-help.el.gz
(defcustom idlwave-help-frame-parameters
'((height . 32) (unsplittable . t))
"The frame parameters for the special Online Help frame.
See also `idlwave-help-use-dedicated-frame'.
If you do not set the frame width here, the value specified in
`idlw-help.el' will be used."
:type '(repeat
(cons symbol sexp)))