; Fix with-delayed-message docstring metavars.
This commit is contained in:
parent
04034cd9ce
commit
20ac26e675
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue