emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 faaa13ec762: Autoload 'shortdoc-help-fns-examples-function'


From: Eli Zaretskii
Subject: emacs-30 faaa13ec762: Autoload 'shortdoc-help-fns-examples-function'
Date: Fri, 20 Dec 2024 15:06:55 -0500 (EST)

branch: emacs-30
commit faaa13ec762ddd762725d7f0eed0aced8428354a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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)
---
 lisp/help-fns.el | 2 ++
 1 file changed, 2 insertions(+)

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."
   (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]