From deee6bd4bcd181c288aeee6752dca08e4e31ecd6 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Wed, 2 Jan 2019 18:36:27 +0100 Subject: [PATCH] Document the new functions of seq.el * etc/NEWS: New section documenting the addition of `seq-first' and `seq-rest'. --- etc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5