From b096be2aa8f2eeaef12cb4e19994f40ab85a342c Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Tue, 5 May 2015 20:39:40 +0200 Subject: [PATCH] * lisp/emacs-lisp/seq.el (seq--make-bindings): Improve the docstring. --- lisp/emacs-lisp/seq.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." '("\\" "\\"))) (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)) -- 2.39.2