# HG changeset patch # User Thien-Thi Nguyen # Date 1148761884 0 # Node ID 442f0e624b27f7816a7443bcbd936d6c66c4bf3e # Parent 04ef040bae366e1c9c2713ffe3475d2be3a91df5 (Bindat Spec): Expand on `repeat' handler. diff -r 04ef040bae36 -r 442f0e624b27 lispref/processes.texi --- 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