Variable: Info-file-supports-index-cookies-list
Info-file-supports-index-cookies-list is a variable defined in
info.el.gz.
Value
(("/nix/store/emacs/share/info/woman" . t)
("/nix/store/emacs/share/info/org" . t)
("/nix/store/emacs/share/info/gnus" . t)
("/usr/share/info/coreutils" . t)
("/nix/store/emacs/share/info/message" . t)
("/nix/store/emacs/share/info/sc" . t)
("/root/.emacs.d/elpa/magit-20260411.1452/magit" . t)
("/root/.emacs.d/elpa/dash-20260221.1346/dash" . t)
("/nix/store/emacs/share/info/cl" . t)
("/nix/store/emacs/share/info/elisp" . t)
("/nix/store/emacs/share/info/emacs" . t))
Documentation
List of Info files with information about index cookies support.
Each element of the list is a list (FILENAME SUPPORTS-INDEX-COOKIES) where SUPPORTS-INDEX-COOKIES can be either t or nil.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-file-supports-index-cookies-list nil
"List of Info files with information about index cookies support.
Each element of the list is a list (FILENAME SUPPORTS-INDEX-COOKIES)
where SUPPORTS-INDEX-COOKIES can be either t or nil.")