emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] seq-let b096be2 1/3: * lisp/emacs-lisp/seq.el (seq--make-b


From: Nicolas Petton
Subject: [Emacs-diffs] seq-let b096be2 1/3: * lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
Date: Tue, 05 May 2015 20:05:29 +0000

branch: seq-let
commit b096be2aa8f2eeaef12cb4e19994f40ab85a342c
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
---
 lisp/emacs-lisp/seq.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index d22bbc5..ea7a613 100644
--- a/lisp/emacs-lisp/seq.el
+++ b/lisp/emacs-lisp/seq.el
@@ -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))



reply via email to

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