diff options
| author | Eli Zaretskii | 2018-11-03 19:37:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-11-03 19:37:54 +0200 |
| commit | 7cadb328092e354225149bbc74c2ddaf4b49b638 (patch) | |
| tree | 0c8e25e6a72a13a2a2b9f0bf3873bae2931380c9 | |
| parent | 963f1d95842638c97c7188c8fbb5eaf1e7232f3e (diff) | |
| download | emacs-7cadb328092e354225149bbc74c2ddaf4b49b638.tar.gz emacs-7cadb328092e354225149bbc74c2ddaf4b49b638.zip | |
; * doc/lispref/control.texi (pcase Macro): Fix another typo.
| -rw-r--r-- | doc/lispref/control.texi | 4 |
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{} |
| 1229 | Perform desctructuring binding of variables according to | 1229 | Perform 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{} |
| 1245 | Perform desctructuring binding of variables according to | 1245 | Perform 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} |