]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674)
authorMatt Armstrong <matt@rfc20.org>
Fri, 21 Oct 2022 03:56:03 +0000 (20:56 -0700)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Oct 2022 18:22:50 +0000 (21:22 +0300)
doc/lispref/display.texi

index 3861f89036e2e8a536325768f32fcdac2b781dec..ac3179e2ce67d14865564145403789694e1ad32b 100644 (file)
@@ -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},