]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/seq/seq.el
Rephrases a comment in seq.el about the order of the arguments
[gnu-emacs-elpa] / packages / seq / seq.el
index 59b91408d0941f0d8dc554a96cbf82eb96e34ded..c5f5906e7e58bd490dff803251caa46fca0a4fc5 100644 (file)
@@ -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.
 ;;