Variable: nxml-outline-child-indent

nxml-outline-child-indent is a customizable variable defined in nxml-outln.el.gz.

Value

2

Documentation

Indentation in an outline for child element relative to parent element.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-outln.el.gz
(defcustom nxml-outline-child-indent 2
  "Indentation in an outline for child element relative to parent element."
  :group 'nxml
  :type 'integer)