Variable: Info-file-completions

Info-file-completions is a variable defined in info.el.gz.

Value

nil

Documentation

Cached completion alist of visited Info files.

Each element of the alist is (FILE . COMPLETIONS)

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defvar Info-file-completions nil
  "Cached completion alist of visited Info files.
Each element of the alist is (FILE . COMPLETIONS)")