branch: master commit b1962f19f5c309299f36c746d5fbad62f1ed5cbe Merge: 482f49e 714fc5b Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa --- packages/seq/seq.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/seq/seq.el b/packages/seq/seq.el index 59b9140..c5f5906 100644 --- a/packages/seq/seq.el +++ b/packages/seq/seq.el @@ -33,8 +33,8 @@ ;; ;; All provided functions work on lists, strings and vectors. ;; -;; Functions taking a predicate or a function iterating over the -;; sequence as argument take the function as their first argument and +;; Functions taking a predicate or iterating over a sequence using a +;; function as argument take the function as their first argument and ;; the sequence as their second argument. All other functions take ;; the sequence as their first argument. ;;