aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog2
-rw-r--r--lispref/processes.texi4
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 377f64ec8da..fe808c28ce9 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12006-05-27 Thien-Thi Nguyen <ttn@gnu.org> 12006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2 2
3 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4
3 * display.texi (Display): Add "Abstract Display" to menu. 5 * display.texi (Display): Add "Abstract Display" to menu.
4 (Abstract Display, Abstract Display Functions) 6 (Abstract Display, Abstract Display Functions)
5 (Abstract Display Example): New nodes. 7 (Abstract Display Example): New nodes.
diff --git a/lispref/processes.texi b/lispref/processes.texi
index 64b5bdd77bd..ba6ab18a39c 100644
--- a/lispref/processes.texi
+++ b/lispref/processes.texi
@@ -2231,10 +2231,12 @@ of @var{form}. A non-@code{nil} result indicates a match.
2231@end itemize 2231@end itemize
2232 2232
2233@item repeat @var{count} @var{field-spec}@dots{} 2233@item repeat @var{count} @var{field-spec}@dots{}
2234Process the set of @var{field-spec}s recursively, in order, and loop
2235starting from the first one, for @var{count} times overall (looping
2236@code{@var{count} @minus{} 1} times).
2234@var{count} may be an integer, or a list of one element naming a 2237@var{count} may be an integer, or a list of one element naming a
2235previous field. For correct operation, each @var{field-spec} must 2238previous field. For correct operation, each @var{field-spec} must
2236include a name. 2239include a name.
2237@c ??? What does it MEAN?
2238@end table 2240@end table
2239 2241
2240@node Bindat Functions 2242@node Bindat Functions