Variable: nxml-char-ref-display-glyph-flag
nxml-char-ref-display-glyph-flag is a customizable variable defined in
nxml-mode.el.gz.
Value
t
Documentation
Non-nil means display glyph following character reference.
The glyph is displayed in face nxml-glyph.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defcustom nxml-char-ref-display-glyph-flag t
"Non-nil means display glyph following character reference.
The glyph is displayed in face `nxml-glyph'."
:group 'nxml
:type 'boolean
:safe #'booleanp)