]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Add an entry about map.el
authorNicolas Petton <nicolas@petton.fr>
Sat, 16 May 2015 09:35:00 +0000 (11:35 +0200)
committerNicolas Petton <nicolas@petton.fr>
Sat, 16 May 2015 09:35:00 +0000 (11:35 +0200)
etc/NEWS

index 5e312ed303335c4389a6b710e987b1202b2ca2b9..2429a635e2906559e287c95c531f2e8ebe98ebc5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -407,6 +407,11 @@ 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.
 
+** map
+*** New map library:
+The map library provides map-manipulation functions that work on alists,
+hash-table and arrays.  All functions are prefixed with "map-".
+
 ** Calendar and diary
 
 +++