Update some pcase NEWS tags for already-documented functions
This commit is contained in:
parent
53a9f751b5
commit
4b813f781e
1 changed files with 2 additions and 0 deletions
2
etc/NEWS
2
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue