emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 00f9927693a: ; Fix typos


From: Michael Albinus
Subject: master 00f9927693a: ; Fix typos
Date: Thu, 29 Aug 2024 09:52:33 -0400 (EDT)

branch: master
commit 00f9927693ae31868d1e9f676cd2cd9d8446cb59
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix typos
    
    * doc/lispref/control.texi (cond* Macro):
    * etc/NEWS: Fix typos.
---
 doc/lispref/control.texi | 2 +-
 etc/NEWS                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index d28505411df..399b7ee562d 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -1411,7 +1411,7 @@ argument:
 @end defmac
 
 @node cond* Macro
-@subsection The @code{pcase} macro
+@subsection The @code{cond*} macro
 @findex cond*@r{, a macro}
 
   The @code{cond*} macro is an alternative to @code{pcase}, and supports
diff --git a/etc/NEWS b/etc/NEWS
index 7554af5e3df..f3e719a34d3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -343,7 +343,7 @@ The new macro 'cond*' is an alternative to 'pcase'.  Like 
'pcase', it
 allows to define several clauses, each one of 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"
+users might find less cryptic.  See the Info node "(elisp) cond* Macro"
 for details.
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]