1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(Bindat Spec): Expand on `repeat' handler.

This commit is contained in:
Thien-Thi Nguyen 2006-05-27 20:32:18 +00:00
parent 0741626e3f
commit b9e17eb3bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
* processes.texi (Bindat Spec): Expand on `repeat' handler.
* display.texi (Display): Add "Abstract Display" to menu.
(Abstract Display, Abstract Display Functions)
(Abstract Display Example): New nodes.

View File

@ -2231,10 +2231,12 @@ of @var{form}. A non-@code{nil} result indicates a match.
@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.
@c ??? What does it MEAN?
@end table
@node Bindat Functions