Variable: tcl-continued-indent-level

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

Value

4

Documentation

Indentation of continuation line relative to first line of command.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defcustom tcl-continued-indent-level 4
  "Indentation of continuation line relative to first line of command."
  :type 'integer)