From 99e3bd347ae3bc48ecaa6428f07e965708a41244 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 25 Aug 2024 10:37:20 +0200 Subject: [PATCH] * lisp/help-fns.el (help-enable-symbol-autoload): Flip default. --- lisp/help-fns.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5