diff options
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 039d0c44e4f..e40178de964 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1209,7 +1209,10 @@ by `with-help-window'." :group 'help :version "23.1") -(defcustom help-enable-auto-load t +(define-obsolete-variable-alias 'help-enable-auto-load + 'help-enable-autoload "27.1") + +(defcustom help-enable-autoload t "Whether Help commands can perform autoloading. If non-nil, whenever \\[describe-function] is called for an autoloaded function whose docstring contains any key substitution |