# HG changeset patch # User Chong Yidong # Date 1235410898 0 # Node ID 12ca674f1a3c13ec8bea7f91204f2a59d867cae4 # Parent fdc43daf966d61e94ebc8486dbcff837daee9546 (Control Structures): Add cindex entry for "textual order". diff -r fdc43daf966d -r 12ca674f1a3c doc/lispref/control.texi --- a/doc/lispref/control.texi Mon Feb 23 17:41:25 2009 +0000 +++ b/doc/lispref/control.texi Mon Feb 23 17:41:38 2009 +0000 @@ -15,6 +15,7 @@ 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