emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/control.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/control.texi,v
Date: Sat, 08 Jul 2006 18:12:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:12:14

Index: control.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/control.texi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- control.texi        6 Feb 2006 11:55:09 -0000       1.25
+++ control.texi        8 Jul 2006 18:12:14 -0000       1.26
@@ -475,7 +475,6 @@
 write two common kinds of loops.
 
 @defmac dolist (var list [result]) address@hidden
address@hidden dolist
 This construct executes @var{body} once for each element of
 @var{list}, binding the variable @var{var} locally to hold the current
 element.  Then it returns the value of evaluating @var{result}, or
@@ -491,7 +490,6 @@
 @end defmac
 
 @defmac dotimes (var count [result]) address@hidden
address@hidden dotimes
 This construct executes @var{body} once for each integer from 0
 (inclusive) to @var{count} (exclusive), binding the variable @var{var}
 to the integer for the current iteration.  Then it returns the value




reply via email to

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