* lisp/emacs-lisp/seq.el: Documentation improvements

This commit is contained in:
Nicolas Petton 2015-03-25 09:21:14 +01:00
parent dcac0090da
commit d46f31b4b2
2 changed files with 6 additions and 2 deletions

View 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)

View 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.
;;