>From cf0389e8888061d33c4d7f18f575c8e1c56d2eb2 Mon Sep 17 00:00:00 2001 From: Matt Armstrong Date: Thu, 20 Oct 2022 20:56:03 -0700 Subject: [PATCH] ; * doc/lispref/display.texi (Progress): Correct typo. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 64400ef9314..15cd5518d91 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -548,7 +548,7 @@ Progress @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}, -- 2.35.1