Variable: idlwave-help-doclib-name

idlwave-help-doclib-name is a customizable variable defined in idlw-help.el.gz.

Value

"name"

Documentation

A regexp for the heading word to search for in doclib headers which specifies the name section. Can be used for localization support.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-help.el.gz
(defcustom idlwave-help-doclib-name "name"
  "A regexp for the heading word to search for in doclib headers
which specifies the `name' section.  Can be used for localization
support."
  :type 'regexp)