From: Sean Whitton Date: Fri, 30 Aug 2024 10:50:19 +0000 (+0100) Subject: ; * etc/NEWS: Grammar fixes. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc30535f8881541b142fa4e21b71b6213397ef70;p=emacs.git ; * etc/NEWS: Grammar fixes. (cherry picked from commit ad18b145a55578d4e54baa397c9da89490fcdf0c) --- diff --git a/etc/NEWS b/etc/NEWS index 49f0c7552d1..10e3146b47c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -294,7 +294,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"