Variable: idlwave-doclib-end
idlwave-doclib-end is a customizable variable defined in
idlwave.el.gz.
Value
"^;+-"
Documentation
Regexp matching the end of a document library header.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-doclib-end "^;+-"
"Regexp matching the end of a document library header."
:group 'idlwave-documentation
:type 'regexp)