emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 fff770fb97: Fix a bad cross-reference in elisp.pdf


From: Eli Zaretskii
Subject: emacs-28 fff770fb97: Fix a bad cross-reference in elisp.pdf
Date: Sat, 28 May 2022 04:51:56 -0400 (EDT)

branch: emacs-28
commit fff770fb97e8a251b4138ea0ce06f153f8a936ad
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix a bad cross-reference in elisp.pdf
    
    * doc/lispref/control.texi (pcase Macro): Fix a conditional
    cross-reference (bug#55689).
---
 doc/lispref/control.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 92cd67c126..ecf616fc2b 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,
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]