Mercurial > emacs
changeset 102221:12ca674f1a3c
(Control Structures): Add cindex entry for "textual order".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 23 Feb 2009 17:41:38 +0000 |
parents | fdc43daf966d |
children | c20d14a01539 |
files | doc/lispref/control.texi |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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