Variable: idlwave-header-to-beginning-of-file
idlwave-header-to-beginning-of-file is a customizable variable defined
in idlwave.el.gz.
Value
t
Documentation
Non-nil means, the documentation header will always be at start of file.
When nil, the header is positioned between the PRO/FUNCTION line of the current routine and the code, allowing several routine headers in a file.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-header-to-beginning-of-file t
"Non-nil means, the documentation header will always be at start of file.
When nil, the header is positioned between the PRO/FUNCTION line of
the current routine and the code, allowing several routine headers in
a file."
:group 'idlwave-documentation
:type 'boolean)