emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref control.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref control.texi
Date: Mon, 23 Feb 2009 17:41:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/23 17:41:39

Modified files:
        doc/lispref    : control.texi 

Log message:
        (Control Structures): Add cindex entry for "textual order".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/control.texi?cvsroot=emacs&r1=1.6&r2=1.7

Patches:
Index: control.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/control.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- control.texi        8 Jan 2009 05:28:57 -0000       1.6
+++ control.texi        23 Feb 2009 17:41:38 -0000      1.7
@@ -15,6 +15,7 @@
 control when, whether, or how many times to execute the forms they
 contain.
 
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]