From: Nicolas Petton Date: Wed, 25 Mar 2015 08:21:14 +0000 (+0100) Subject: * lisp/emacs-lisp/seq.el: Documentation improvements X-Git-Tag: emacs-25.0.90~2564^2~74 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d46f31b4b2b0c56f2708e3225eb9fa973441e696;p=emacs.git * lisp/emacs-lisp/seq.el: Documentation improvements --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 72a45d0ca7a..4fb1999e3e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2015-03-25 Nicolas Petton + + * emacs-lisp/seq.el: Documentation improvements. + 2015-03-25 Glenn Morris * net/browse-url.el (browse-url-browser-function) diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el index 59b91408d09..c5f5906e7e5 100644 --- a/lisp/emacs-lisp/seq.el +++ b/lisp/emacs-lisp/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. ;;