From 62d7857d909db70d6f8bc8e13a5361160040989a Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Thu, 18 Dec 2014 14:31:46 +0100 Subject: [PATCH] * etc/NEWS: Add a short description of seq.el. --- etc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index ca3294a2b3a..a17cef62998 100644 --- 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 +++ -- 2.39.2