* lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
This commit is contained in:
parent
c856843f6b
commit
b096be2aa8
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue