From 8253c9cd2c883e91315b9694c84877805c47ca6b 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) (cherry picked from commit faaa13ec762ddd762725d7f0eed0aced8428354a) --- lisp/help-fns.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 3c24a290859..194ac2baebc 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1656,6 +1656,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) -- 2.39.5