]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Add a short description of seq.el.
authorNicolas Petton <nicolas@petton.fr>
Thu, 18 Dec 2014 13:31:46 +0000 (14:31 +0100)
committerNicolas Petton <nicolas@petton.fr>
Thu, 18 Dec 2014 13:31:46 +0000 (14:31 +0100)
etc/NEWS

index ca3294a2b3a23a1feb4a1457f2401d7bb446bdb8..a17cef62998a2418b383bdb77a84cde5bdaf6011 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -282,6 +282,12 @@ appending FUN to `minibuffer-setup-hook'.
 ** cl-lib
 *** New functions cl-fresh-line, cl-digit-char-p and cl-parse-integer.
 
+** seq
+*** New seq library:
+The seq library adds sequence manipulation functions and macros that
+complement basic functions provided by subr.el. All functions are
+prefixed with `seq-' and work on lists, strings and vectors.
+
 ** Calendar and diary
 
 +++