]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a bad cross-reference in elisp.pdf
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 May 2022 08:51:15 +0000 (11:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 May 2022 08:51:15 +0000 (11:51 +0300)
* doc/lispref/control.texi (pcase Macro): Fix a conditional
cross-reference (bug#55689).

doc/lispref/control.texi

index 92cd67c1260c6009dc8c63ac19faa6f05d75913a..ecf616fc2be1d85103abba336e2cb3116f88ce86 100644 (file)
@@ -629,7 +629,10 @@ Attempts to match @var{pattern1}, @var{pattern2}, @dots{}, in order,
 until one of them succeeds.  In that case, @code{or} likewise matches,
 and the rest of the sub-patterns are not tested.
 
-To present a consistent environment (@pxref{Intro Eval})
+To present a consistent environment
+@ifnottex
+(@pxref{Intro Eval})
+@end ifnottex
 to @var{body-forms} (thus avoiding an evaluation error on match),
 the set of variables bound by the pattern is the union of the
 variables bound by each sub-pattern.  If a variable is not bound by