Variable: sgml-face-tag-alist
sgml-face-tag-alist is a variable defined in sgml-mode.el.gz.
Value
nil
Documentation
Alist of face and tag name for facemenu.
The tag name can be a string or a list of strings.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
;; internal
(defvar sgml-face-tag-alist ()
"Alist of face and tag name for facemenu.
The tag name can be a string or a list of strings.")