emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/seq c555087 06/53: Rephrases a comment in seq.el about


From: Stefan Monnier
Subject: [elpa] externals/seq c555087 06/53: Rephrases a comment in seq.el about the order of the arguments
Date: Tue, 1 Dec 2020 17:06:03 -0500 (EST)

branch: externals/seq
commit c55508761cdc3a60dc8064a9248a0bdb679225ce
Author: Nicolas Petton <nicolas@petton.fr>
Commit: Nicolas Petton <nicolas@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
---
 seq.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/seq.el b/seq.el
index 59b9140..c5f5906 100644
--- a/seq.el
+++ b/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

[Prev in Thread] Current Thread [Next in Thread]