Document the new functions of seq.el
* etc/NEWS: New section documenting the addition of `seq-first' and `seq-rest'.
This commit is contained in:
parent
949295ae1a
commit
deee6bd4bc
1 changed files with 5 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
|
@ -249,6 +249,11 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue