Mercurial > emacs
changeset 71394:4b4feab31516
(Bindat Spec): Clarify previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Jun 2006 21:53:40 +0000 |
parents | 61daeebc775a |
children | 923b7f99b0d7 |
files | lispref/processes.texi |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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