Variable: tcl-typeword-list

tcl-typeword-list is a variable defined in tcl.el.gz.

Value

("global" "upvar" "inherit" "public" "protected" "private" "common" "itk_option" "variable")

Documentation

List of Tcl keywords denoting "type". Used only for highlighting.

Call tcl-set-font-lock-keywords after changing this list.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defvar tcl-typeword-list
  '("global" "upvar" "inherit" "public" "protected" "private"
    "common" "itk_option" "variable")
  "List of Tcl keywords denoting \"type\".  Used only for highlighting.
Call `tcl-set-font-lock-keywords' after changing this list.")