Variable: Man-support-local-filenames

Man-support-local-filenames is a variable defined in man.el.gz.

Value

auto-detect

Documentation

Internal cache for the value of the function Man-support-local-filenames(var)/Man-support-local-filenames(fun).

auto-detect means the value is not yet determined. Otherwise, the value is whatever the function Man-support-local-filenames(var)/Man-support-local-filenames(fun) should return.

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defvar Man-support-local-filenames 'auto-detect
  "Internal cache for the value of the function `Man-support-local-filenames'.
`auto-detect' means the value is not yet determined.
Otherwise, the value is whatever the function
`Man-support-local-filenames' should return.")