summaryrefslogtreecommitdiff
path: root/doc/lispref/eval.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-09-11 19:48:56 +0300
committerEli Zaretskii <eliz@gnu.org>2017-09-11 19:48:56 +0300
commit4c57eda5cf03ed9c3beda4c3a62624e6f46ad84e (patch)
tree8cdc307be6bd50253cf85c1dee87c164b667f0b9 /doc/lispref/eval.texi
parent7fb03a28e74adff00154e5e144d0c9e8b4bab8ab (diff)
downloademacs-4c57eda5cf03ed9c3beda4c3a62624e6f46ad84e.tar.gz
Update documentation of 'max-lisp-eval-depth'
* doc/lispref/eval.texi (Eval): Update the documented default value of 'max-lisp-eval-depth'.
Diffstat (limited to 'doc/lispref/eval.texi')
-rw-r--r--doc/lispref/eval.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index 363d0a14313..064fca22ff5 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -818,7 +818,7 @@ The depth limit counts internal uses of @code{eval}, @code{apply}, and
expressions, and recursive evaluation of function call arguments and
function body forms, as well as explicit calls in Lisp code.
-The default value of this variable is 400. If you set it to a value
+The default value of this variable is 800. If you set it to a value
less than 100, Lisp will reset it to 100 if the given value is
reached. Entry to the Lisp debugger increases the value, if there is
little room left, to make sure the debugger itself has room to