Variable: idlwave-begin-unit-reg

idlwave-begin-unit-reg is a variable defined in idlwave.el.gz.

Value

"^\\s-*\\(pro\\|function\\)\\>\\|\\`"

Documentation

Regular expression to find the beginning of a unit.

The case does not matter.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defconst idlwave-begin-unit-reg "^\\s-*\\(pro\\|function\\)\\>\\|\\`"
  "Regular expression to find the beginning of a unit.
The case does not matter.")