aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-06-19 21:53:40 +0000
committerRichard M. Stallman2006-06-19 21:53:40 +0000
commitdd73030d0109f890f8722b0b99dee406fcc96ba0 (patch)
tree312675df31b2df5983cc72ce14830c39436d7858
parentcbfe5f37efcf01726b3afa04f8853f9a7c644f8b (diff)
downloademacs-dd73030d0109f890f8722b0b99dee406fcc96ba0.tar.gz
emacs-dd73030d0109f890f8722b0b99dee406fcc96ba0.zip
(Bindat Spec): Clarify previous change.
-rw-r--r--lispref/processes.texi13
1 files changed, 6 insertions, 7 deletions
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.
2230@var{tag} matches unconditionally if it is @code{t}. 2230@var{tag} matches unconditionally if it is @code{t}.
2231@end itemize 2231@end itemize
2232 2232
2233@item repeat @var{count} @var{field-spec}@dots{} 2233@item repeat @var{count} @var{field-specs}@dots{}
2234Process the set of @var{field-spec}s recursively, in order, and loop 2234Process the @var{field-specs} recursively, in order, then repeat
2235starting from the first one, for @var{count} times overall (looping 2235starting from the first one, processing all the specs @var{count}
2236@code{@var{count} @minus{} 1} times). 2236times overall. @var{count} may be an integer, or a list of one
2237@var{count} may be an integer, or a list of one element naming a 2237element that names a previous field. For correct operation, each spec
2238previous field. For correct operation, each @var{field-spec} must 2238in @var{field-specs} must include a name.
2239include a name.
2240@end table 2239@end table
2241 2240
2242@node Bindat Functions 2241@node Bindat Functions