Variable: help-enable-completion-autoload
help-enable-completion-autoload is a customizable variable defined in
help-fns.el.gz.
Value
t
Documentation
Whether completion for Help commands can perform autoloading.
If non-nil, whenever invoking completion for describe-function
or describe-variable load files that might contain definitions
with the current prefix. The files are chosen according to
definition-prefixes.
This variable was added, or its default value changed, in Emacs 26.3.
Aliases
help-enable-completion-auto-load (obsolete since 27.1)
Source Code
;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defcustom help-enable-completion-autoload t
"Whether completion for Help commands can perform autoloading.
If non-nil, whenever invoking completion for `describe-function'
or `describe-variable' load files that might contain definitions
with the current prefix. The files are chosen according to
`definition-prefixes'."
:type 'boolean
:group 'help
:version "26.3")