aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-03-07 14:38:07 +0200
committerEli Zaretskii2020-03-07 14:38:07 +0200
commit25b4d6fa2863cf8759424bcc676f001179954b65 (patch)
tree6328b939ae4a8c672850a8474aa9c7041d58d829
parentfc4d0f86daef4d00a2a7f7a251adcf97de601eb5 (diff)
downloademacs-25b4d6fa2863cf8759424bcc676f001179954b65.tar.gz
emacs-25b4d6fa2863cf8759424bcc676f001179954b65.zip
; * etc/NEWS: No need to document changes in map.el and seq.el.
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 357d2ef8066..75319253b21 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -888,6 +888,7 @@ at the end of the active minibuffer.
888*** Some commands that previously used 'read-char-choice' now read 888*** Some commands that previously used 'read-char-choice' now read
889a character using the minibuffer by 'read-char-from-minibuffer'. 889a character using the minibuffer by 'read-char-from-minibuffer'.
890 890
891---
891** map.el 892** map.el
892 893
893*** Now also understands plists. 894*** Now also understands plists.
@@ -899,6 +900,7 @@ a character using the minibuffer by 'read-char-from-minibuffer'.
899+++ 900+++
900*** The 'type' arg can be a list '(hash-table :key1 VAL1 :key2 VAL2 ...)'. 901*** The 'type' arg can be a list '(hash-table :key1 VAL1 :key2 VAL2 ...)'.
901 902
903---
902** seq.el 904** seq.el
903New convenience functions 'seq-first' and 'seq-rest' give easy access 905New convenience functions 'seq-first' and 'seq-rest' give easy access
904to respectively the first and all but the first elements of sequences. 906to respectively the first and all but the first elements of sequences.