]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload 'shortdoc-help-fns-examples-function'
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 Dec 2024 20:06:06 +0000 (22:06 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:18:44 +0000 (16:18 +0100)
* 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

index 3c24a290859f1ce8436f8df1df30f27568247d14..194ac2baebc13072d229edceca3e475a060465b3 100644 (file)
@@ -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)