mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; 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
|
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 ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue