Variable: Info-fontify-visited-nodes
Info-fontify-visited-nodes is a customizable variable defined in
info.el.gz.
Value
t
Documentation
Non-nil to fontify references to visited nodes in info-xref-visited face.
This variable was added, or its default value changed, in Emacs 22.1.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defcustom Info-fontify-visited-nodes t
"Non-nil to fontify references to visited nodes in `info-xref-visited' face."
:version "22.1"
:type 'boolean)