@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
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