]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Minor rewording of last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 31 Aug 2024 07:05:01 +0000 (10:05 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:51 +0000 (09:51 +0200)
(cherry picked from commit b25da8729dd853e352a147583a7b24699283d4d9)

etc/NEWS

index 10e3146b47c0e8b3fbf9da3b1c993bc719a26386..de0ec192ba433b953cdb6321f7a8849013c423d1 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 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"