emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d46f31b: * lisp/emacs-lisp/seq.el: Documentation im


From: Nicolas Petton
Subject: [Emacs-diffs] master d46f31b: * lisp/emacs-lisp/seq.el: Documentation improvements
Date: Wed, 25 Mar 2015 08:22:17 +0000

branch: master
commit d46f31b4b2b0c56f2708e3225eb9fa973441e696
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * 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 72a45d0..4fb1999 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-25  Nicolas Petton <address@hidden>
+
+       * emacs-lisp/seq.el: Documentation improvements.
+
 2015-03-25  Glenn Morris  <address@hidden>
 
        * net/browse-url.el (browse-url-browser-function)
diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el
index 59b9140..c5f5906 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.
 ;;



reply via email to

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