1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674)

This commit is contained in:
Matt Armstrong 2022-10-20 20:56:03 -07:00 committed by Eli Zaretskii
parent ee9a9fbf0f
commit f1f4a0c9d2

View 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},