Mercurial > emacs
changeset 71711:68a288c68acc
(Iteration): Remove @tindex.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 18:12:14 +0000 |
parents | dbbc0b93cfeb |
children | 1ff80e43258a |
files | lispref/control.texi |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/control.texi Sat Jul 08 18:11:49 2006 +0000 +++ b/lispref/control.texi Sat Jul 08 18:12:14 2006 +0000 @@ -475,7 +475,6 @@ write two common kinds of loops. @defmac dolist (var list [result]) body@dots{} -@tindex dolist This construct executes @var{body} once for each element of @var{list}, binding the variable @var{var} locally to hold the current element. Then it returns the value of evaluating @var{result}, or @@ -491,7 +490,6 @@ @end defmac @defmac dotimes (var count [result]) body@dots{} -@tindex dotimes This construct executes @var{body} once for each integer from 0 (inclusive) to @var{count} (exclusive), binding the variable @var{var} to the integer for the current iteration. Then it returns the value