; * doc/lispref/control.texi (pcase Macro): Fix another typo.
This commit is contained in:
parent
963f1d9584
commit
7cadb32809
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue