Variable: nxml-end-tag-indent-scan-distance

nxml-end-tag-indent-scan-distance is a variable defined in nxml-mode.el.gz.

Value

4000

Documentation

Maximum distance from point to scan backwards when indenting end-tag.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defvar nxml-end-tag-indent-scan-distance 4000
  "Maximum distance from point to scan backwards when indenting end-tag.")