]> git.eshelyaron.com Git - emacs.git/commitdiff
; Move the section about seq.el to the correct place.
authorNicolas Petton <nicolas@petton.fr>
Wed, 2 Jan 2019 17:39:57 +0000 (18:39 +0100)
committerNicolas Petton <nicolas@petton.fr>
Wed, 2 Jan 2019 17:39:57 +0000 (18:39 +0100)
etc/NEWS

index ee493520ca39e9e607c76caee9039e866e11e7ae..b316aecbfa444402f046c555a6339e29ac4f9c48 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -249,12 +249,6 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that
 respects display actions specified by 'display-buffer-alist' and
 'display-buffer-overriding-action'.
 
-+++
-** New convenience functions in the seq.el library.
-The new convenience functions 'seq-first' and 'seq-rest' give easy
-access to respectively the first and all but the first elements of
-sequences.
-
 \f
 * Editing Changes in Emacs 27.1
 
@@ -324,6 +318,11 @@ the node "(emacs) Directory Variables" of the user manual.
 *** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'.
 *** New generic function 'map-insert'.
 
++++
+** 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.
+
 ---
 ** Follow mode
 In the current follow group of windows, "ghost" cursors are no longer