From: Chong Yidong Date: Mon, 23 Feb 2009 17:41:38 +0000 (+0000) Subject: (Control Structures): Add cindex entry for "textual order". X-Git-Tag: emacs-pretest-23.0.91~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13e31e2bd1b073c72259afb945d8ad4980b8c565;p=emacs.git (Control Structures): Add cindex entry for "textual order". --- 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