Variable: sgml-quick-keys
sgml-quick-keys is a variable defined in sgml-mode.el.gz.
Value
nil
Documentation
Use <, >, &, /, SPC and sgml-specials keys "electrically" when non-nil.
This takes effect when first loading the sgml-mode library.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defvar sgml-quick-keys nil
"Use <, >, &, /, SPC and `sgml-specials' keys \"electrically\" when non-nil.
This takes effect when first loading the `sgml-mode' library.")