]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: No need to document changes in map.el and seq.el.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Mar 2020 12:38:07 +0000 (14:38 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Mar 2020 12:38:07 +0000 (14:38 +0200)
etc/NEWS

index 357d2ef8066f47e5b699431a995ef8b25527e173..75319253b21528dfc8a76e8f36c7d364cf567b86 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -888,6 +888,7 @@ at the end of the active minibuffer.
 *** Some commands that previously used 'read-char-choice' now read
 a character using the minibuffer by 'read-char-from-minibuffer'.
 
+---
 ** map.el
 
 *** Now also understands plists.
@@ -899,6 +900,7 @@ a character using the minibuffer by 'read-char-from-minibuffer'.
 +++
 *** The 'type' arg can be a list '(hash-table :key1 VAL1 :key2 VAL2 ...)'.
 
+---
 ** seq.el
 New convenience functions 'seq-first' and 'seq-rest' give easy access
 to respectively the first and all but the first elements of sequences.