Variable: idlwave-help-doclib-keyword

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

Value

"KEYWORD"

Documentation

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

Source Code

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