diff lispref/processes.texi @ 71013:442f0e624b27

(Bindat Spec): Expand on `repeat' handler.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 27 May 2006 20:31:24 +0000
parents 183e16c7e0b2
children 3574bac9e172
line wrap: on
line diff
--- a/lispref/processes.texi	Sat May 27 18:13:15 2006 +0000
+++ b/lispref/processes.texi	Sat May 27 20:31:24 2006 +0000
@@ -2231,10 +2231,12 @@
 @end itemize
 
 @item repeat @var{count} @var{field-spec}@dots{}
+Process the set of @var{field-spec}s recursively, in order, and loop
+starting from the first one, for @var{count} times overall (looping
+@code{@var{count} @minus{} 1} times).
 @var{count} may be an integer, or a list of one element naming a
 previous field.  For correct operation, each @var{field-spec} must
 include a name.
-@c ??? What does it MEAN?
 @end table
 
 @node Bindat Functions