Variable: idlwave-begin-block-reg

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

Value

"\\<\\(pro\\|function\\|begin\\|case\\|switch\\)\\>"

Documentation

Regular expression to find the beginning of a block.

The case does not matter. The search skips matches in comments.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defconst idlwave-begin-block-reg
  "\\<\\(pro\\|function\\|begin\\|case\\|switch\\)\\>"
  "Regular expression to find the beginning of a block.
The case does not matter.  The search skips matches in comments.")