Variable: Man-cache-completion-results-flag

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

Value

nil

Documentation

Non-nil means cache completion results for man.

This is non-nil by default on macOS, because getting and filtering
"man -k ^" results is slower there than on GNU/Linux.

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defvar Man-cache-completion-results-flag (eq system-type 'darwin)
  "Non-nil means cache completion results for `man'.
This is non-nil by default on macOS, because getting and filtering
\"man -k ^\" results is slower there than on GNU/Linux.")