]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Grammar fixes.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 30 Aug 2024 10:50:19 +0000 (11:50 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:50 +0000 (09:51 +0200)
(cherry picked from commit ad18b145a55578d4e54baa397c9da89490fcdf0c)

etc/NEWS

index 49f0c7552d1001e0df0e8d519f5b51c1e1588cf9..10e3146b47c0e8b3fbf9da3b1c993bc719a26386 100644 (file)
--- 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"