]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
authorNicolas Petton <nicolas@petton.fr>
Tue, 5 May 2015 18:39:40 +0000 (20:39 +0200)
committerNicolas Petton <nicolas@petton.fr>
Tue, 5 May 2015 18:39:40 +0000 (20:39 +0200)
lisp/emacs-lisp/seq.el

index d22bbc578175158f5b67f6d117a960a5be57f915..ea7a61382e1a3904dc560bf2d0b1f69745311825 100644 (file)
@@ -351,7 +351,7 @@ This is an optimization for lists in `seq-take-while'."
                           '("\\<seq-doseq\\>" "\\<seq-let\\>")))
 
 (defun seq--make-bindings (args seq &optional initial-bindings)
-  "Return an alist of the bindings the variables in ARGS to the elements of SEQ.
+  "Return an alist of bindings of the variables in ARGS to the elements of SEQ.
 if INITIAL-BINDINGS is non-nil, append new bindings to it, and
 return INITIAL-BINDINGS."
   (let ((index 0))