]> code.delx.au - gnu-emacs/commitdiff
* lisp/emacs-lisp/seq.el: Documentation improvements
authorNicolas Petton <nicolas@petton.fr>
Wed, 25 Mar 2015 08:21:14 +0000 (09:21 +0100)
committerNicolas Petton <nicolas@petton.fr>
Wed, 25 Mar 2015 08:21:14 +0000 (09:21 +0100)
lisp/ChangeLog
lisp/emacs-lisp/seq.el

index 72a45d0ca7a962afb3744f78c1352291ba791780..4fb1999e3e91a9d8c9dba2e4c7666eac16c2b9e8 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-25  Nicolas Petton <nicolas@petton.fr>
+
+       * emacs-lisp/seq.el: Documentation improvements.
+
 2015-03-25  Glenn Morris  <rgm@gnu.org>
 
        * net/browse-url.el (browse-url-browser-function)
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.
 ;;