Variable: help-enable-symbol-autoload
help-enable-symbol-autoload is a customizable variable defined in
help-fns.el.gz.
Value
nil
Documentation
Perform autoload if docs are missing from autoload objects.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/help-fns.el.gz
(defcustom help-enable-symbol-autoload nil
"Perform autoload if docs are missing from autoload objects."
:type 'boolean
:group 'help
:version "28.1")