]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/help-fns.el (help-enable-symbol-autoload): Flip default.
authorEshel Yaron <me@eshelyaron.com>
Sun, 25 Aug 2024 08:37:20 +0000 (10:37 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:20 +0000 (09:51 +0200)
lisp/help-fns.el

index 4114fb550bf36bb1a20a5438fb6a1a88e67bd57c..75756b587f65fb89534b37cfbb190cf93578ac00 100644 (file)
@@ -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.