]> git.eshelyaron.com Git - emacs.git/commitdiff
Update some pcase NEWS tags for already-documented functions
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 09:59:56 +0000 (11:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 09:59:56 +0000 (11:59 +0200)
etc/NEWS

index 930b9799a9396dcda6f72a580fef4341eb75a4f0..dfbb7391180044d8768126fedaf747ec04425edb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3526,11 +3526,13 @@ in better code.
 ---
 *** New function 'pcase-compile-patterns' to write other macros.
 
++++
 *** Added 'cl-type' pattern.
 The new 'cl-type' pattern compares types using 'cl-typep', which allows
 comparing simple types like '(cl-type integer)', as well as forms like
 '(cl-type (integer 0 10))'.
 
++++
 *** New macro 'pcase-setq'.
 This macro is the 'setq' equivalent of 'pcase-let', which allows for
 destructuring patterns in a 'setq' form.