; * doc/lispref/display.texi (Progress): Fix wording and punctuation.
This commit is contained in:
parent
4d9abf0bdf
commit
0bae6d0e7b
1 changed files with 3 additions and 2 deletions
|
|
@ -523,9 +523,10 @@ reporter may handle fractions of seconds with varying precision).
|
|||
|
||||
If @var{context} is the symbol @code{async}, it announces that the updates
|
||||
will occur asynchronously. Backends can use that info to prevent the
|
||||
progress updates from interfering with other data. For example the
|
||||
progress updates from interfering with other data. For example, the
|
||||
backend that displays the progress in the echo area will not display
|
||||
those async updates when the echo area is in use.
|
||||
those async updates when the echo area or the minibuffer window are in
|
||||
use.
|
||||
|
||||
This function calls @code{progress-reporter-update}, so the first
|
||||
message is printed immediately.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue