Update some pcase NEWS tags for already-documented functions

This commit is contained in:
Lars Ingebrigtsen 2021-09-13 11:59:56 +02:00
parent 53a9f751b5
commit 4b813f781e

View file

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