Variable: nxml-slash-auto-complete-flag

nxml-slash-auto-complete-flag is a customizable variable defined in nxml-mode.el.gz.

Value

nil

Documentation

Non-nil means typing a slash automatically completes the end-tag.

This is used by nxml-electric-slash.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defcustom nxml-slash-auto-complete-flag nil
  "Non-nil means typing a slash automatically completes the end-tag.
This is used by `nxml-electric-slash'."
  :group 'nxml
  :type 'boolean
  :safe #'booleanp)