aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-11-03 19:37:54 +0200
committerEli Zaretskii2018-11-03 19:37:54 +0200
commit7cadb328092e354225149bbc74c2ddaf4b49b638 (patch)
tree0c8e25e6a72a13a2a2b9f0bf3873bae2931380c9
parent963f1d95842638c97c7188c8fbb5eaf1e7232f3e (diff)
downloademacs-7cadb328092e354225149bbc74c2ddaf4b49b638.tar.gz
emacs-7cadb328092e354225149bbc74c2ddaf4b49b638.zip
; * doc/lispref/control.texi (pcase Macro): Fix another typo.
-rw-r--r--doc/lispref/control.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index c298eae32b7..8989b7de91b 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -1226,7 +1226,7 @@ For an alternative facility for destructuring binding, see
1226@ref{seq-let}. 1226@ref{seq-let}.
1227 1227
1228@defmac pcase-let bindings body@dots{} 1228@defmac pcase-let bindings body@dots{}
1229Perform desctructuring binding of variables according to 1229Perform destructuring binding of variables according to
1230@var{bindings}, and then evaluate @var{body}. 1230@var{bindings}, and then evaluate @var{body}.
1231 1231
1232@var{bindings} is a list of bindings of the form @w{@code{(@var{pattern} 1232@var{bindings} is a list of bindings of the form @w{@code{(@var{pattern}
@@ -1242,7 +1242,7 @@ evaluated @var{exp}.
1242@end defmac 1242@end defmac
1243 1243
1244@defmac pcase-let* bindings body@dots{} 1244@defmac pcase-let* bindings body@dots{}
1245Perform desctructuring binding of variables according to 1245Perform destructuring binding of variables according to
1246@var{bindings}, and then evaluate @var{body}. 1246@var{bindings}, and then evaluate @var{body}.
1247 1247
1248@var{bindings} is a list of bindings of the form @code{(@var{pattern} 1248@var{bindings} is a list of bindings of the form @code{(@var{pattern}