; Move the section about seq.el to the correct place.

This commit is contained in:
Nicolas Petton 2019-01-02 18:39:57 +01:00
parent 2e4cc79b52
commit 9b7d28ce4e
No known key found for this signature in database
GPG key ID: E8BCD7866AFCF978

View file

@ -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.
* 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