diff options
| author | Richard M. Stallman | 2006-06-19 21:53:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-06-19 21:53:40 +0000 |
| commit | dd73030d0109f890f8722b0b99dee406fcc96ba0 (patch) | |
| tree | 312675df31b2df5983cc72ce14830c39436d7858 | |
| parent | cbfe5f37efcf01726b3afa04f8853f9a7c644f8b (diff) | |
| download | emacs-dd73030d0109f890f8722b0b99dee406fcc96ba0.tar.gz emacs-dd73030d0109f890f8722b0b99dee406fcc96ba0.zip | |
(Bindat Spec): Clarify previous change.
| -rw-r--r-- | lispref/processes.texi | 13 |
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{} |
| 2234 | Process the set of @var{field-spec}s recursively, in order, and loop | 2234 | Process the @var{field-specs} recursively, in order, then repeat |
| 2235 | starting from the first one, for @var{count} times overall (looping | 2235 | starting from the first one, processing all the specs @var{count} |
| 2236 | @code{@var{count} @minus{} 1} times). | 2236 | times 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 | 2237 | element that names a previous field. For correct operation, each spec |
| 2238 | previous field. For correct operation, each @var{field-spec} must | 2238 | in @var{field-specs} must include a name. |
| 2239 | include a name. | ||
| 2240 | @end table | 2239 | @end table |
| 2241 | 2240 | ||
| 2242 | @node Bindat Functions | 2241 | @node Bindat Functions |