Update documentation of 'max-lisp-eval-depth'
* doc/lispref/eval.texi (Eval): Update the documented default value of 'max-lisp-eval-depth'.
This commit is contained in:
parent
7fb03a28e7
commit
4c57eda5cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue