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)
This commit is contained in:
Eli Zaretskii 2024-12-20 22:06:06 +02:00
parent 68bcabf58a
commit faaa13ec76

View file

@ -1557,6 +1557,8 @@ This cancels value editing without updating the value."
(interactive nil help-fns--edit-value-mode) (interactive nil help-fns--edit-value-mode)
(help-fns-edit-mode-done t)) (help-fns-edit-mode-done t))
(autoload 'shortdoc-help-fns-examples-function "shortdoc")
(defun help-fns--run-describe-functions (functions &rest args) (defun help-fns--run-describe-functions (functions &rest args)
(with-current-buffer standard-output (with-current-buffer standard-output
(unless (bolp) (unless (bolp)