branch: master
commit 714fc5bede0f0f6764d262619cb0e0eabc2c030e
Author: Nicolas Petton <nico...@petton.fr>
Commit: Nicolas Petton <nico...@petton.fr>

    Rephrases a comment in seq.el about the order of the arguments
    
    * packages/seq/seq.el: Better comment about the order of the arguments
---
 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.
 ;;

Reply via email to