emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8d76c00: Better documentation of seq-let


From: Nicolas Petton
Subject: [Emacs-diffs] master 8d76c00: Better documentation of seq-let
Date: Mon, 31 Aug 2015 06:55:43 +0000

branch: master
commit 8d76c00728eb8ba41d04bc9344181aeffe158501
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    Better documentation of seq-let
    
    * doc/lispref/sequences.texi (Sequence Functions): Rephrase the
    documentation of seq-let.
---
 doc/lispref/sequences.texi |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index eb15228..12ed881 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -833,10 +833,9 @@ vector or string (@pxref{Iteration} for more information 
about the
 
 @defmac seq-let arguments sequence address@hidden
 @cindex sequence destructuring
-  This macro binds the variables in defined in the sequence
address@hidden to the elements of the sequence @var{sequence}.
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]