From faaa13ec762ddd762725d7f0eed0aced8428354a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 20 Dec 2024 22:06:06 +0200 Subject: [PATCH] Autoload 'shortdoc-help-fns-examples-function' * lisp/help-fns.el (shortdoc-help-fns-examples-function): Autoload, to allow adding it to 'help-fns-describe-function-functions' as advertised. (Bug#74995) --- lisp/help-fns.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 1ffe1b16588..0be0c716f6a 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1557,6 +1557,8 @@ This cancels value editing without updating the value." (interactive nil help-fns--edit-value-mode) (help-fns-edit-mode-done t)) +(autoload 'shortdoc-help-fns-examples-function "shortdoc") + (defun help-fns--run-describe-functions (functions &rest args) (with-current-buffer standard-output (unless (bolp)