aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-05-28 11:51:15 +0300
committerEli Zaretskii2022-05-28 11:51:15 +0300
commitfff770fb97e8a251b4138ea0ce06f153f8a936ad (patch)
tree9952f071909588a2e5d4824305c586b6072db7d6
parentebea3415b0720e900867356c334e201e531401b5 (diff)
downloademacs-fff770fb97e8a251b4138ea0ce06f153f8a936ad.tar.gz
emacs-fff770fb97e8a251b4138ea0ce06f153f8a936ad.zip
Fix a bad cross-reference in elisp.pdf
* doc/lispref/control.texi (pcase Macro): Fix a conditional cross-reference (bug#55689).
-rw-r--r--doc/lispref/control.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 92cd67c1260..ecf616fc2be 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -629,7 +629,10 @@ Attempts to match @var{pattern1}, @var{pattern2}, @dots{}, in order,
629until one of them succeeds. In that case, @code{or} likewise matches, 629until one of them succeeds. In that case, @code{or} likewise matches,
630and the rest of the sub-patterns are not tested. 630and the rest of the sub-patterns are not tested.
631 631
632To present a consistent environment (@pxref{Intro Eval}) 632To present a consistent environment
633@ifnottex
634(@pxref{Intro Eval})
635@end ifnottex
633to @var{body-forms} (thus avoiding an evaluation error on match), 636to @var{body-forms} (thus avoiding an evaluation error on match),
634the set of variables bound by the pattern is the union of the 637the set of variables bound by the pattern is the union of the
635variables bound by each sub-pattern. If a variable is not bound by 638variables bound by each sub-pattern. If a variable is not bound by