Variable: idlwave-help-source-try-header
idlwave-help-source-try-header is a customizable variable defined in
idlw-help.el.gz.
Value
t
Documentation
Non-nil means, try to find help in routine header when displaying source.
Routines which are not documented in the system manual use their source as help text. When this variable is non-nil, we try to find a description of the help item in the first routine doclib header above the routine definition. If the variable is nil, or if we cannot find/parse the header, the routine definition is displayed instead.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-help.el.gz
(defcustom idlwave-help-source-try-header t
"Non-nil means, try to find help in routine header when displaying source.
Routines which are not documented in the system manual use their source as
help text. When this variable is non-nil, we try to find a description of
the help item in the first routine doclib header above the routine definition.
If the variable is nil, or if we cannot find/parse the header, the routine
definition is displayed instead."
:type 'boolean)