Variable: lisp-tag-indentation

lisp-tag-indentation is a customizable variable defined in cl-indent.el.gz.

Value

1

Documentation

Indentation of tags relative to containing list.

This variable is used by the function lisp-indent-tagbody.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-indent.el.gz
(defcustom lisp-tag-indentation 1
  "Indentation of tags relative to containing list.
This variable is used by the function `lisp-indent-tagbody'."
  :type 'integer)