Variable: Info-apropos-nodes

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

Value

nil

Documentation

Alist of cached apropos matched nodes.

Each element is (NODENAME STRING MATCHES) where NODENAME is the name of the node that holds the search result, STRING is the search string given as an argument to info-apropos, MATCHES is a list of index matches found by Info-apropos-matches.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-apropos-nodes nil
  "Alist of cached apropos matched nodes.
Each element is (NODENAME STRING MATCHES) where
NODENAME is the name of the node that holds the search result,
STRING is the search string given as an argument to `info-apropos',
MATCHES is a list of index matches found by `Info-apropos-matches'.")