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:
Nicolas Petton 2019-01-02 18:36:27 +01:00
parent 949295ae1a
commit deee6bd4bc
No known key found for this signature in database
GPG key ID: E8BCD7866AFCF978

View file

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