Variable: sgml-xml-mode

sgml-xml-mode is a customizable variable defined in sgml-mode.el.gz.

Value

nil

Documentation

When non-nil, tag insertion functions will be XML-compliant.

It is set to be buffer-local when the file has a DOCTYPE or an XML declaration.

This variable was added, or its default value changed, in Emacs 22.1.

View in manual

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defcustom sgml-xml-mode nil
  "When non-nil, tag insertion functions will be XML-compliant.
It is set to be buffer-local when the file has
a DOCTYPE or an XML declaration."
  :type 'boolean
  :version "22.1")