]> git.eshelyaron.com Git - emacs.git/commitdiff
Update documentation of 'max-lisp-eval-depth'
authorEli Zaretskii <eliz@gnu.org>
Mon, 11 Sep 2017 16:48:56 +0000 (19:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Sep 2017 16:48:56 +0000 (19:48 +0300)
* doc/lispref/eval.texi (Eval): Update the documented default
value of 'max-lisp-eval-depth'.

doc/lispref/eval.texi

index 363d0a143139ded9acb2c1c490c67d4aed4f0b74..064fca22ff5d8ece50f6ed70e56e84fb1d916037 100644 (file)
@@ -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