projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d20acfe
)
* etc/NEWS: Add a short description of seq.el.
author
Nicolas Petton
<nicolas@petton.fr>
Thu, 18 Dec 2014 13:31:46 +0000
(14:31 +0100)
committer
Nicolas Petton
<nicolas@petton.fr>
Thu, 18 Dec 2014 13:31:46 +0000
(14:31 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/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
+++