aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/seq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index d22bbc57817..ea7a61382e1 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'."
351 '("\\<seq-doseq\\>" "\\<seq-let\\>"))) 351 '("\\<seq-doseq\\>" "\\<seq-let\\>")))
352 352
353(defun seq--make-bindings (args seq &optional initial-bindings) 353(defun seq--make-bindings (args seq &optional initial-bindings)
354 "Return an alist of the bindings the variables in ARGS to the elements of SEQ. 354 "Return an alist of bindings of the variables in ARGS to the elements of SEQ.
355if INITIAL-BINDINGS is non-nil, append new bindings to it, and 355if INITIAL-BINDINGS is non-nil, append new bindings to it, and
356return INITIAL-BINDINGS." 356return INITIAL-BINDINGS."
357 (let ((index 0)) 357 (let ((index 0))