; * doc/lispref/control.texi (pcase Macro): Fix another typo.

This commit is contained in:
Eli Zaretskii 2018-11-03 19:37:54 +02:00
parent 963f1d9584
commit 7cadb32809

View file

@ -1226,7 +1226,7 @@ For an alternative facility for destructuring binding, see
@ref{seq-let}.
@defmac pcase-let bindings body@dots{}
Perform desctructuring binding of variables according to
Perform destructuring binding of variables according to
@var{bindings}, and then evaluate @var{body}.
@var{bindings} is a list of bindings of the form @w{@code{(@var{pattern}
@ -1242,7 +1242,7 @@ evaluated @var{exp}.
@end defmac
@defmac pcase-let* bindings body@dots{}
Perform desctructuring binding of variables according to
Perform destructuring binding of variables according to
@var{bindings}, and then evaluate @var{body}.
@var{bindings} is a list of bindings of the form @code{(@var{pattern}