Variable: tcl-proc-regexp

tcl-proc-regexp is a variable defined in tcl.el.gz.

Value

"^\\s-*\\(body\\|c\\(?:lass\\|onfigbody\\)\\|itcl_class\\|method\\|namespace\\|proc\\)[         ]+"

Documentation

Regexp to use when matching proc headers.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defvar tcl-proc-regexp nil
  "Regexp to use when matching proc headers.")