Variable: Info-virtual-index-nodes

Info-virtual-index-nodes is a variable defined in info.el.gz.

Value

nil

Documentation

Alist of cached matched index search nodes.

Each element is ((FILENAME . TOPIC) MATCHES) where FILENAME is the file name of the manual, TOPIC is the search string given as an argument to Info-virtual-index, MATCHES is a list of index matches found by Info-index.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-virtual-index-nodes nil
  "Alist of cached matched index search nodes.
Each element is ((FILENAME . TOPIC) MATCHES) where
FILENAME is the file name of the manual,
TOPIC is the search string given as an argument to `Info-virtual-index',
MATCHES is a list of index matches found by `Info-index'.")