From: Matt Armstrong Date: Fri, 21 Oct 2022 03:56:03 +0000 (-0700) Subject: ; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674) X-Git-Tag: emacs-28.3-rc1~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1f4a0c9d2b91c47eb31f419f6376a820526bf6a;p=emacs.git ; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674) --- 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},