1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00

; * etc/NEWS: Grammar fixes.

This commit is contained in:
Sean Whitton 2024-08-30 11:50:19 +01:00
parent 91851fbbf5
commit ad18b145a5

View file

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