aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-01-01 17:22:35 +0100
committerMattias EngdegÄrd2020-01-01 17:38:41 +0100
commitfab3674b363143299b6bdfae1f6f1e6f6ee1daa6 (patch)
tree27a1ea8365d7ba92f9e80658c542595bf77a2c0f /doc
parent42f66aa5028b543085a77b7a1ded5132444442b2 (diff)
downloademacs-fab3674b363143299b6bdfae1f6f1e6f6ee1daa6.tar.gz
emacs-fab3674b363143299b6bdfae1f6f1e6f6ee1daa6.zip
Revert "Raise default max-specpdl-size value"
This reverts commit bb9402e6e9c12938aee31b81e25511eb1f6335d2.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 568eb0f7836..1ec97e2f3de 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -322,7 +322,7 @@ that Lisp avoids infinite recursion on an ill-defined function.
322@code{max-lisp-eval-depth} provides another limit on depth of nesting. 322@code{max-lisp-eval-depth} provides another limit on depth of nesting.
323@xref{Definition of max-lisp-eval-depth,, Eval}. 323@xref{Definition of max-lisp-eval-depth,, Eval}.
324 324
325The default value is 1800. Entry to the Lisp debugger increases the 325The default value is 1600. Entry to the Lisp debugger increases the
326value, if there is little room left, to make sure the debugger itself 326value, if there is little room left, to make sure the debugger itself
327has room to execute. 327has room to execute.
328@end defopt 328@end defopt