emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master deee6bd: Document the new functions of seq.el


From: Nicolas Petton
Subject: [Emacs-diffs] master deee6bd: Document the new functions of seq.el
Date: Wed, 2 Jan 2019 12:37:20 -0500 (EST)

branch: master
commit deee6bd4bcd181c288aeee6752dca08e4e31ecd6
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    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 75e2c1b..02f76d4 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]