Variable: Info-index-nodes
Info-index-nodes is a variable defined in info.el.gz.
Value
(("/nix/store/emacs/share/info/mh-e" "Key Index" "Command Index" "Option Index" "Concept Index")
("/nix/store/emacs/share/info/org" "Main Index" "Key Index" "Command and Function Index" "Variable Index")
("/nix/store/emacs/share/info/vtable" "Index")
("/nix/store/emacs/share/info/ses" "Index")
("/nix/store/emacs/share/info/message" "Index" "Key Index")
("/nix/store/emacs/share/info/cl" "Function Index" "Variable Index" "Concept Index")
("/nix/store/emacs/share/info/epa" "Concept Index" "Key Index" "Function Index" "Variable Index")
("/root/.emacs.d/elpa/dash-20260221.1346/dash" "Index")
("/nix/store/emacs/share/info/gnus" "Index" "Key Index")
("/nix/store/emacs/share/info/emacs" "Key Index" "Option Index" "Command Index" "Variable Index" "Concept Index")
("/nix/store/emacs/share/info/elisp" "Index"))
Documentation
Alist of cached index node names of visited Info files.
Each element has the form (INFO-FILE INDEX-NODE-NAMES-LIST).
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-index-nodes nil
"Alist of cached index node names of visited Info files.
Each element has the form (INFO-FILE INDEX-NODE-NAMES-LIST).")