Variable: Man-completion-cache

Man-completion-cache is a variable defined in man.el.gz.

Value

nil

Documentation

Cache of completion table of the form (PREFIX . TABLE).

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defvar Man-completion-cache nil
  ;; On my machine, "man -k" is so fast that a cache makes no sense,
  ;; but apparently that's not the case in all cases, so let's add a cache.
  "Cache of completion table of the form (PREFIX . TABLE).")