From d46f31b4b2b0c56f2708e3225eb9fa973441e696 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Wed, 25 Mar 2015 09:21:14 +0100 Subject: [PATCH] * lisp/emacs-lisp/seq.el: Documentation improvements --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/seq.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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. ;; -- 2.39.5