diff options
| author | Nicolas Petton | 2015-05-05 20:39:40 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2015-05-05 20:39:40 +0200 |
| commit | b096be2aa8f2eeaef12cb4e19994f40ab85a342c (patch) | |
| tree | b220b565e8c48ef5e95d0760976f0d84d8fe19bc | |
| parent | c856843f6b83d4578e7fab3d9821802f2a542540 (diff) | |
| download | emacs-b096be2aa8f2eeaef12cb4e19994f40ab85a342c.tar.gz emacs-b096be2aa8f2eeaef12cb4e19994f40ab85a342c.zip | |
* lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring.
| -rw-r--r-- | 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 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. |
| 355 | if INITIAL-BINDINGS is non-nil, append new bindings to it, and | 355 | if INITIAL-BINDINGS is non-nil, append new bindings to it, and |
| 356 | return INITIAL-BINDINGS." | 356 | return INITIAL-BINDINGS." |
| 357 | (let ((index 0)) | 357 | (let ((index 0)) |