]> code.delx.au - gnu-emacs/commitdiff
Better documentation of seq-let
authorNicolas Petton <nicolas@petton.fr>
Mon, 31 Aug 2015 06:54:11 +0000 (08:54 +0200)
committerNicolas Petton <nicolas@petton.fr>
Mon, 31 Aug 2015 06:54:11 +0000 (08:54 +0200)
* doc/lispref/sequences.texi (Sequence Functions): Rephrase the
documentation of seq-let.

doc/lispref/sequences.texi

index eb152283fbb5dcb44989a9b8ad35cc3cafd20d0d..12ed881dadbbbbc9776b679ffa949a0b0296262f 100644 (file)
@@ -833,10 +833,9 @@ vector or string (@pxref{Iteration} for more information about the
 
 @defmac seq-let arguments sequence body@dots{}
 @cindex sequence destructuring
-  This macro binds the variables in defined in the sequence
-@var{arguments} to the elements of the sequence @var{sequence}.
-@var{arguments} can itself include sequences allowing for nested
-destructuring.
+  This macro binds the variables defined in @var{arguments} to the
+elements of the sequence @var{sequence}.  @var{arguments} can itself
+include sequences allowing for nested destructuring.
 
 The @var{arguments} sequence can also include the @code{&rest} marker
 followed by a variable name to be bound to the rest of