; Move the section about seq.el to the correct place.
This commit is contained in:
parent
2e4cc79b52
commit
9b7d28ce4e
1 changed files with 5 additions and 6 deletions
11
etc/NEWS
11
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
|
respects display actions specified by 'display-buffer-alist' and
|
||||||
'display-buffer-overriding-action'.
|
'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
|
* 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'.
|
*** Deprecate the 'testfn' args of 'map-elt' and 'map-contains-key'.
|
||||||
*** New generic function 'map-insert'.
|
*** 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
|
** Follow mode
|
||||||
In the current follow group of windows, "ghost" cursors are no longer
|
In the current follow group of windows, "ghost" cursors are no longer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue