diff options
author | Matt Armstrong <matt@rfc20.org> | 2022-10-20 20:56:03 -0700 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-10-21 21:22:50 +0300 |
commit | f1f4a0c9d2b91c47eb31f419f6376a820526bf6a (patch) | |
tree | e30332613b58d1f53f6236db309aa4f2ff730b2e /doc/lispref/display.texi | |
parent | ee9a9fbf0fff9031cf8eb544f5670906ef3c7bb2 (diff) | |
download | emacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.tar.gz emacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.tar.bz2 emacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.zip |
; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674)
Diffstat (limited to 'doc/lispref/display.texi')
-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: @end example @end defmac -@defmac dolist-with-progress-reporter (var count [result]) reporter-or-message body@dots{} +@defmac dolist-with-progress-reporter (var list [result]) reporter-or-message body@dots{} This is another convenience macro that works the same way as @code{dolist} does, but also reports loop progress using the functions described above. As in @code{dotimes-with-progress-reporter}, |