]> git.eshelyaron.com Git - emacs.git/commitdiff
(Bindat Spec): Expand on `repeat' handler.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 27 May 2006 20:32:18 +0000 (20:32 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 27 May 2006 20:32:18 +0000 (20:32 +0000)
lispref/ChangeLog
lispref/processes.texi

index 377f64ec8dae97ea601413905c41c5653ebdfcb9..fe808c28ce9c4a764a6781c64693b7d795c29854 100644 (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.
index 64b5bdd77bd06bda63fb4ddba4eedc81a5c3f2e9..ba6ab18a39c55959ae4e65a95331447d380ea917 100644 (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