* 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)
(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)