]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 29 Aug 2024 13:52:16 +0000 (15:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:45 +0000 (09:51 +0200)
* doc/lispref/control.texi (cond* Macro):
* etc/NEWS: Fix typos.

(cherry picked from commit 00f9927693ae31868d1e9f676cd2cd9d8446cb59)

doc/lispref/control.texi
etc/NEWS

index d28505411dfcf0e5ac3ca7e09e9585b94138df8a..399b7ee562d29cc761799064611068c363a84649 100644 (file)
@@ -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
index 71deaf98446810de82924e655c06d1534f2c08b0..49f0c7552d1001e0df0e8d519f5b51c1e1588cf9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -297,7 +297,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.
 
 \f