# HG changeset patch # User Richard M. Stallman # Date 1150754020 0 # Node ID 4b4feab31516ad5b7fbc3ae725a97fdc64d3494f # Parent 61daeebc775a0b18b2afbac68d23e2d94a3373ff (Bindat Spec): Clarify previous change. diff -r 61daeebc775a -r 4b4feab31516 lispref/processes.texi --- a/lispref/processes.texi Mon Jun 19 21:49:57 2006 +0000 +++ b/lispref/processes.texi Mon Jun 19 21:53:40 2006 +0000 @@ -2230,13 +2230,12 @@ @var{tag} matches unconditionally if it is @code{t}. @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. +@item repeat @var{count} @var{field-specs}@dots{} +Process the @var{field-specs} recursively, in order, then repeat +starting from the first one, processing all the specs @var{count} +times overall. @var{count} may be an integer, or a list of one +element that names a previous field. For correct operation, each spec +in @var{field-specs} must include a name. @end table @node Bindat Functions