diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-11-24 21:27:15 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-11-24 21:27:15 +0200 |
commit | 0854453ec2343cbfac3ac8e233cdc7bd2c8554a9 (patch) | |
tree | d0dd6172a00410ce1523822e1f4c216a2a24658d /doc/lispref/variables.texi | |
parent | b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e (diff) | |
download | emacs-0854453ec2343cbfac3ac8e233cdc7bd2c8554a9.tar.gz |
Revert "Use @pxref when necessary"
This reverts commit b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e.
Cleanups should not be done on the release branch: that's
unnecessary risk.
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 0d022a2a502..a1d1919b4bf 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -363,7 +363,7 @@ where you are in Emacs. @cindex evaluation error @cindex infinite recursion This variable defines the limit on the total number of local variable -bindings and @code{unwind-protect} cleanups (@pxref{Cleanups,, +bindings and @code{unwind-protect} cleanups (see @ref{Cleanups,, Cleaning Up from Nonlocal Exits}) that are allowed before Emacs signals an error (with data @code{"Variable binding depth exceeds max-specpdl-size"}). |