aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-23 12:21:07 +0200
committerEli Zaretskii2016-01-23 12:21:07 +0200
commit1d4887a3f35ffaf1f788cf5368e25d2cbf94ee94 (patch)
treeec7a2c28b0065c37625b7fb4c010d45bf9c889d8 /etc
parentf1e74e8672b1fbe81373b3dd1276b3f4b986e055 (diff)
downloademacs-1d4887a3f35ffaf1f788cf5368e25d2cbf94ee94.tar.gz
emacs-1d4887a3f35ffaf1f788cf5368e25d2cbf94ee94.zip
Improve documentation of 'pcase'
* doc/lispref/control.texi (Pattern matching case statement): Reorganize, expand, and improve wording. * etc/NEWS: Mention that 'pcase' changes are documented. Co-authored-by: John Wiegley <johnw@gnu.org> Co-authored-by: Michael Heerdegen <michael_heerdegen@web.de>
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7a0d2efc682..048523acae3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1400,7 +1400,9 @@ that happen, `unhandled-file-name-directory' now defaults to calling
1400* Lisp Changes in Emacs 25.1 1400* Lisp Changes in Emacs 25.1
1401 1401
1402** pcase 1402** pcase
1403+++
1403*** New UPatterns `quote', `app'. 1404*** New UPatterns `quote', `app'.
1405+++
1404*** New UPatterns can be defined with `pcase-defmacro'. 1406*** New UPatterns can be defined with `pcase-defmacro'.
1405+++ 1407+++
1406*** New vector QPattern. 1408*** New vector QPattern.