diff options
| author | Thien-Thi Nguyen | 2006-05-27 20:32:18 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-05-27 20:32:18 +0000 |
| commit | b9e17eb3bd9b67f69f3dc815eead591a9de356a6 (patch) | |
| tree | e8770776cb4fee4523f60c3f1cef4669c79bf507 | |
| parent | 0741626e3ff1f0678f29787b7a8a6ee7b2c11c78 (diff) | |
| download | emacs-b9e17eb3bd9b67f69f3dc815eead591a9de356a6.tar.gz emacs-b9e17eb3bd9b67f69f3dc815eead591a9de356a6.zip | |
(Bindat Spec): Expand on `repeat' handler.
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/processes.texi | 4 |
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 @@ | |||
| 1 | 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2006-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{} |
| 2234 | Process the set of @var{field-spec}s recursively, in order, and loop | ||
| 2235 | starting 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 |
| 2235 | previous field. For correct operation, each @var{field-spec} must | 2238 | previous field. For correct operation, each @var{field-spec} must |
| 2236 | include a name. | 2239 | include a name. |
| 2237 | @c ??? What does it MEAN? | ||
| 2238 | @end table | 2240 | @end table |
| 2239 | 2241 | ||
| 2240 | @node Bindat Functions | 2242 | @node Bindat Functions |