Variable: Info-history-skip-intermediate-nodes

Info-history-skip-intermediate-nodes is a customizable variable defined in info.el.gz.

Value

t

Documentation

Non-nil means don't record intermediate Info nodes to the history.

Intermediate Info nodes are nodes visited by Info internally in the process of searching the node to display. Intermediate nodes are not presented to the user.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defcustom Info-history-skip-intermediate-nodes t
  "Non-nil means don't record intermediate Info nodes to the history.
Intermediate Info nodes are nodes visited by Info internally in the process of
searching the node to display.  Intermediate nodes are not presented
to the user."
  :type 'boolean
  :version "24.1")