Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4faa0e04
Commit
4faa0e04
authored
Jul 08, 2006
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Iteration): Remove @tindex.
parent
986ce8de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lispref/control.texi
lispref/control.texi
+0
-2
No files found.
lispref/control.texi
View file @
4faa0e04
...
...
@@ -475,7 +475,6 @@ body, just the end test (which also does the real work of moving point).
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 @@ could use @code{dolist} to define the @code{reverse} function:
@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment