From: Nicolas Petton Date: Wed, 2 Jan 2019 17:36:27 +0000 (+0100) Subject: Document the new functions of seq.el X-Git-Tag: emacs-27.0.90~3879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=deee6bd4bcd181c288aeee6752dca08e4e31ecd6;p=emacs.git Document the new functions of seq.el * etc/NEWS: New section documenting the addition of `seq-first' and `seq-rest'. --- diff --git a/etc/NEWS b/etc/NEWS index 75e2c1bf98a..02f76d4d403 100644 --- a/etc/NEWS +++ b/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