aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Armstrong2022-10-20 20:56:03 -0700
committerEli Zaretskii2022-10-21 21:22:50 +0300
commitf1f4a0c9d2b91c47eb31f419f6376a820526bf6a (patch)
treee30332613b58d1f53f6236db309aa4f2ff730b2e
parentee9a9fbf0fff9031cf8eb544f5670906ef3c7bb2 (diff)
downloademacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.tar.gz
emacs-f1f4a0c9d2b91c47eb31f419f6376a820526bf6a.zip
; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674)
-rw-r--r--doc/lispref/display.texi2
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:
544@end example 544@end example
545@end defmac 545@end defmac
546 546
547@defmac dolist-with-progress-reporter (var count [result]) reporter-or-message body@dots{} 547@defmac dolist-with-progress-reporter (var list [result]) reporter-or-message body@dots{}
548This is another convenience macro that works the same way as @code{dolist} 548This is another convenience macro that works the same way as @code{dolist}
549does, but also reports loop progress using the functions described 549does, but also reports loop progress using the functions described
550above. As in @code{dotimes-with-progress-reporter}, 550above. As in @code{dotimes-with-progress-reporter},