1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00: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},