diff options
| author | Matt Armstrong | 2022-10-20 20:56:03 -0700 |
|---|---|---|
| committer | Eli Zaretskii | 2022-10-21 21:22:50 +0300 |
| commit | f1f4a0c9d2b91c47eb31f419f6376a820526bf6a (patch) | |
| tree | e30332613b58d1f53f6236db309aa4f2ff730b2e | |
| parent | ee9a9fbf0fff9031cf8eb544f5670906ef3c7bb2 (diff) | |
| download | emacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.tar.gz emacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.zip | |
; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674)
| -rw-r--r-- | doc/lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 3861f89036e..ac3179e2ce6 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -544,7 +544,7 @@ previous example as follows: | |||
| 544 | @end example | 544 | @end example |
| 545 | @end defmac | 545 | @end defmac |
| 546 | 546 | ||
| 547 | @defmac dolist-with-progress-reporter (var count [result]) reporter-or-message body@dots{} | 547 | @defmac dolist-with-progress-reporter (var list [result]) reporter-or-message body@dots{} |
| 548 | This is another convenience macro that works the same way as @code{dolist} | 548 | This is another convenience macro that works the same way as @code{dolist} |
| 549 | does, but also reports loop progress using the functions described | 549 | does, but also reports loop progress using the functions described |
| 550 | above. As in @code{dotimes-with-progress-reporter}, | 550 | above. As in @code{dotimes-with-progress-reporter}, |