Variable: idlwave-doc-modifications-keyword
idlwave-doc-modifications-keyword is a customizable variable defined
in idlwave.el.gz.
Value
"HISTORY"
Documentation
The modifications keyword to use with the log documentation commands.
A : is added to the keyword end.
Inserted by doc-header and used to position logs by doc-modification.
If nil it will not be inserted.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-doc-modifications-keyword "HISTORY"
"The modifications keyword to use with the log documentation commands.
A `:' is added to the keyword end.
Inserted by doc-header and used to position logs by doc-modification.
If nil it will not be inserted."
:group 'idlwave-documentation
:type 'string)