diff options
-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}, |