Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
13e31e2b
Commit
13e31e2b
authored
Feb 23, 2009
by
Chong Yidong
Browse files
(Control Structures): Add cindex entry for "textual order".
parent
ca8f09a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
doc/lispref/control.texi
doc/lispref/control.texi
+1
-0
No files found.
doc/lispref/control.texi
View file @
13e31e2b
...
...
@@ -15,6 +15,7 @@ We control the order of execution of these forms by enclosing them in
control when, whether, or how many times to execute the forms they
contain.
@cindex textual order
The simplest order of execution is sequential execution: first form
@var{a}, then form @var{b}, and so on. This is what happens when you
write several forms in succession in the body of a function, or at top
...
...
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