Variable: tcl-indent-level

tcl-indent-level is a customizable variable defined in tcl.el.gz.

Value

4

Documentation

Indentation of Tcl statements with respect to containing block.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defcustom tcl-indent-level 4
  "Indentation of Tcl statements with respect to containing block."
  :type 'integer
  :safe #'integerp)