Variable: Info--dont-hide-references

Info--dont-hide-references is a variable defined in info.el.gz.

Value

(("texinfo" "Cross Reference Commands"))

Documentation

Manuals and nodes where Info-hide-note-references should be ignored.

This is an alist whose elements should be of the form

      (MANUAL NODE...)

where MANUAL is the basename of an Info manual's main file, and NODEs are one or more nodes in MANUAL where info.el should not hide cross-references even in Info-hide-note-references is non-nil. This is because some rare nodes describe how cross-references work, and so should be rendered as makeinfo produced them.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info--dont-hide-references
  '(("texinfo" "Cross Reference Commands"))
  "Manuals and nodes where `Info-hide-note-references' should be ignored.
This is an alist whose elements should be of the form

      (MANUAL NODE...)

where MANUAL is the basename of an Info manual's main file, and NODEs
are one or more nodes in MANUAL where info.el should not hide
cross-references even in `Info-hide-note-references' is non-nil.
This is because some rare nodes describe how cross-references work,
and so should be rendered as makeinfo produced them.")