From 13e31e2bd1b073c72259afb945d8ad4980b8c565 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 23 Feb 2009 17:41:38 +0000 Subject: [PATCH] (Control Structures): Add cindex entry for "textual order". --- doc/lispref/control.texi | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5