Variable: Info-index-nodes

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

Value

Large value
(("/nix/store/emacs/share/info/mh-e" "Key Index" "Command Index"
  "Option Index" "Concept Index")
 ("/root/.emacs.d/elpa/denote-4.2.3/denote" "Function index"
  "Variable index" "Concept index")
 ("/nix/store/emacs/share/info/auth" "Function Index" "Variable Index")
 ("/nix/store/emacs/share/info/ses" "Index")
 ("/nix/store/emacs/share/info/vtable" "Index")
 ("/nix/store/emacs/share/info/eww" "Key Index" "Variable Index"
  "Lisp Function Index" "Concept Index")
 ("/nix/store/emacs/share/info/gnus" "Index" "Key Index")
 ("/nix/store/emacs/share/info/eshell" "Concept Index"
  "Function and Variable Index" "Command Index" "Key Index")
 ("/nix/store/emacs/share/info/epa" "Concept Index" "Key Index"
  "Function Index" "Variable Index")
 ("/nix/store/emacs/share/info/org" "Main Index" "Key Index"
  "Command and Function Index" "Variable Index")
 ("/nix/store/emacs/share/info/tramp" "Function Index"
  "Variable Index" "Key Index" "Concept Index")
 ("/nix/store/emacs/share/info/transient" "Keystroke Index"
  "Command and Function Index" "Variable Index" "Concept Index")
 ("/root/.emacs.d/elpa/magit-20260822.1158/magit" "Keystroke Index"
  "Function and Command Index" "Variable Index")
 ("/nix/store/emacs/share/info/dbus" "Index")
 ("/nix/store/emacs/share/info/erc" "Concept Index")
 ("/nix/store/emacs/share/info/emacs-mime" "Index")
 ("/nix/store/emacs/share/info/cl" "Function Index" "Variable Index"
  "Concept Index")
 ("/nix/store/emacs/share/info/message" "Index" "Key Index")
 ("/root/.emacs.d/elpa/dash-20260221.1346/dash" "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).")