commit b25da8729dd853e352a147583a7b24699283d4d9 (HEAD, refs/remotes/origin/master) Author: Eli Zaretskii Date: Sat Aug 31 10:05:01 2024 +0300 ; * etc/NEWS: Minor rewording of last change. diff --git a/etc/NEWS b/etc/NEWS index c5040776a73..faf9a963d39 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -340,7 +340,7 @@ text "covered" by the overlay. +++ ** New macro 'cond*'. The new macro 'cond*' is an alternative to 'pcase'. Like 'pcase', it -allows defining several clauses, each one with its own condition; +can be used to define several clauses, each one with its own condition; the first clause that matches will cause its body to be evaluated. 'cond*' uses syntax that is different from that of 'pcase', which some users might find less cryptic. See the Info node "(elisp) cond* Macro" commit ad18b145a55578d4e54baa397c9da89490fcdf0c Author: Sean Whitton Date: Fri Aug 30 11:50:19 2024 +0100 ; * etc/NEWS: Grammar fixes. diff --git a/etc/NEWS b/etc/NEWS index f3e719a34d3..c5040776a73 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -340,7 +340,7 @@ text "covered" by the overlay. +++ ** New macro 'cond*'. The new macro 'cond*' is an alternative to 'pcase'. Like 'pcase', it -allows to define several clauses, each one of with its own condition; +allows defining several clauses, each one with its own condition; the first clause that matches will cause its body to be evaluated. 'cond*' uses syntax that is different from that of 'pcase', which some users might find less cryptic. See the Info node "(elisp) cond* Macro"