Variable: idlwave-end-block-reg

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

Value

"\\<end\\(\\|case\\|switch\\|else\\|for\\|if\\|rep\\|while\\)\\>"

Documentation

Regular expression to find the end of a block.

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

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defconst idlwave-end-block-reg
  "\\<end\\(\\|case\\|switch\\|else\\|for\\|if\\|rep\\|while\\)\\>"
  "Regular expression to find the end of a block.
The case does not matter.  The search skips matches in comments.")