Variable: idlwave-end-unit-reg
idlwave-end-unit-reg is a variable defined in idlwave.el.gz.
Value
"^\\s-*\\(pro\\|function\\)\\>\\|\\'"
Documentation
Regular expression to find the line that indicates the end of unit.
This line is the end of buffer or the start of another unit. 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-end-unit-reg "^\\s-*\\(pro\\|function\\)\\>\\|\\'"
"Regular expression to find the line that indicates the end of unit.
This line is the end of buffer or the start of another unit.
The case does not matter. The search skips matches in comments.")