From 74cbbd4a751c7449ad33537b5ba1e7129a938486 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 29 Aug 2024 15:52:16 +0200 Subject: [PATCH] ; Fix typos * doc/lispref/control.texi (cond* Macro): * etc/NEWS: Fix typos. (cherry picked from commit 00f9927693ae31868d1e9f676cd2cd9d8446cb59) --- 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 71deaf98446..49f0c7552d1 100644 --- 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. -- 2.39.5