From: Eshel Yaron Date: Sun, 25 Aug 2024 08:37:20 +0000 (+0200) Subject: * lisp/help-fns.el (help-enable-symbol-autoload): Flip default. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99e3bd347ae3bc48ecaa6428f07e965708a41244;p=emacs.git * lisp/help-fns.el (help-enable-symbol-autoload): Flip default. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 4114fb550bf..75756b587f6 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -89,11 +89,11 @@ edited even if this option is enabled." :group 'help :version "29.1") -(defcustom help-enable-symbol-autoload nil +(defcustom help-enable-symbol-autoload t "Perform autoload if docs are missing from autoload objects." :type 'boolean :group 'help - :version "28.1") + :version "31.1") (defcustom help-display-function-type t "Whether to display type specifiers of functions in \"*Help*\" buffers.