]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix with-delayed-message docstring metavars.
authorBasil L. Contovounesios <basil@contovou.net>
Thu, 13 Mar 2025 12:36:19 +0000 (13:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:28:00 +0000 (16:28 +0100)
(cherry picked from commit 20ac26e6751664b08636d16e515abfa1b8419a2d)

lisp/subr.el

index a9474861c13a857b0eb8899ea5b09b049faafec8..9e1f9ee85e382f346600899a6d78ffa63d0ca826 100644 (file)
@@ -6932,7 +6932,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 ()