(Control Structures): Add cindex entry for "textual order".
authorChong Yidong <cyd@stupidchicken.com>
Mon, 23 Feb 2009 17:41:38 +0000 (17:41 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 23 Feb 2009 17:41:38 +0000 (17:41 +0000)
doc/lispref/control.texi

index 97e892b..41f844b 100644 (file)
@@ -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