From: Richard M. Stallman Date: Mon, 19 Jun 2006 21:53:40 +0000 (+0000) Subject: (Bindat Spec): Clarify previous change. X-Git-Tag: emacs-pretest-22.0.90~1913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd73030d0109f890f8722b0b99dee406fcc96ba0;p=emacs.git (Bindat Spec): Clarify previous change. --- diff --git a/lispref/processes.texi b/lispref/processes.texi index 0f0b617e36c..abaa607d1d4 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -2230,13 +2230,12 @@ of @var{form}. A non-@code{nil} result indicates a match. @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