projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee9a9fb
)
; * doc/lispref/display.texi (Progress): Correct typo. (Bug#58674)
author
Matt Armstrong
<matt@rfc20.org>
Fri, 21 Oct 2022 03:56:03 +0000
(20:56 -0700)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 21 Oct 2022 18:22:50 +0000
(21:22 +0300)
doc/lispref/display.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/display.texi
b/doc/lispref/display.texi
index 3861f89036e2e8a536325768f32fcdac2b781dec..ac3179e2ce67d14865564145403789694e1ad32b 100644
(file)
--- 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
coun
t [result]) reporter-or-message body@dots{}
+@defmac dolist-with-progress-reporter (var
lis
t [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},