aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-20 22:06:06 +0200
committerEli Zaretskii2024-12-20 22:06:06 +0200
commitfaaa13ec762ddd762725d7f0eed0aced8428354a (patch)
treed503de670934c3f57468cd07e3be211c3fbc0f06
parent68bcabf58afddb377d172857ce7648ad3ff09618 (diff)
downloademacs-faaa13ec762ddd762725d7f0eed0aced8428354a.tar.gz
emacs-faaa13ec762ddd762725d7f0eed0aced8428354a.zip
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)
-rw-r--r--lisp/help-fns.el2
1 files changed, 2 insertions, 0 deletions
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."
1557 (interactive nil help-fns--edit-value-mode) 1557 (interactive nil help-fns--edit-value-mode)
1558 (help-fns-edit-mode-done t)) 1558 (help-fns-edit-mode-done t))
1559 1559
1560(autoload 'shortdoc-help-fns-examples-function "shortdoc")
1561
1560(defun help-fns--run-describe-functions (functions &rest args) 1562(defun help-fns--run-describe-functions (functions &rest args)
1561 (with-current-buffer standard-output 1563 (with-current-buffer standard-output
1562 (unless (bolp) 1564 (unless (bolp)