summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-02-23 17:41:38 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-02-23 17:41:38 +0000
commit13e31e2bd1b073c72259afb945d8ad4980b8c565 (patch)
treec9290a64c0722c585b8985d2e5b6106662d867c5
parentca8f09a82bb77f33e25b57180060384acb5b4e53 (diff)
downloademacs-13e31e2bd1b073c72259afb945d8ad4980b8c565.tar.gz
(Control Structures): Add cindex entry for "textual order".
-rw-r--r--doc/lispref/control.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 97e892b1c24..41f844b4e21 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -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