emacs-diffs
[Top][All Lists]
Advanced

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

emacs-30 20ac26e6751: ; Fix with-delayed-message docstring metavars.


From: Basil L. Contovounesios
Subject: emacs-30 20ac26e6751: ; Fix with-delayed-message docstring metavars.
Date: Thu, 13 Mar 2025 08:50:30 -0400 (EDT)

branch: emacs-30
commit 20ac26e6751664b08636d16e515abfa1b8419a2d
Author: Basil L. Contovounesios <basil@contovou.net>
Commit: Basil L. Contovounesios <basil@contovou.net>

    ; Fix with-delayed-message docstring metavars.
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 42706397674..87a06575de7 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -7343,7 +7343,7 @@ not a list, return a one-element list containing OBJECT."
 The MESSAGE form will be evaluated immediately, but the resulting
 string will be displayed only if BODY takes longer than TIMEOUT seconds.
 
-\(fn (timeout message) &rest body)"
+\(fn (TIMEOUT MESSAGE) &rest BODY)"
   (declare (indent 1))
   `(funcall-with-delayed-message ,(car args) ,(cadr args)
                                  (lambda ()



reply via email to

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