Variable: nxml-bind-meta-tab-to-complete-flag

nxml-bind-meta-tab-to-complete-flag is a customizable variable defined in nxml-mode.el.gz.

Value

t

Documentation

Non-nil means to use nXML completion in M-x completion-at-point (completion-at-point).

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defcustom nxml-bind-meta-tab-to-complete-flag t
  "Non-nil means to use nXML completion in \\[completion-at-point]."
  :group 'nxml
  :type 'boolean
  :safe #'booleanp)