; Fix with-delayed-message docstring metavars.

This commit is contained in:
Basil L. Contovounesios 2025-03-13 13:36:19 +01:00
parent 04034cd9ce
commit 20ac26e675

View file

@ -7343,7 +7343,7 @@ not a list, return a one-element list containing OBJECT."
The MESSAGE form will be evaluated immediately, but the resulting The MESSAGE form will be evaluated immediately, but the resulting
string will be displayed only if BODY takes longer than TIMEOUT seconds. 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)) (declare (indent 1))
`(funcall-with-delayed-message ,(car args) ,(cadr args) `(funcall-with-delayed-message ,(car args) ,(cadr args)
(lambda () (lambda ()