emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4c57eda: Update documentation of 'max-lisp-eval-dep


From: Eli Zaretskii
Subject: [Emacs-diffs] master 4c57eda: Update documentation of 'max-lisp-eval-depth'
Date: Mon, 11 Sep 2017 12:49:53 -0400 (EDT)

branch: master
commit 4c57eda5cf03ed9c3beda4c3a62624e6f46ad84e
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Update documentation of 'max-lisp-eval-depth'
    
    * doc/lispref/eval.texi (Eval): Update the documented default
    value of 'max-lisp-eval-depth'.
---
 doc/lispref/eval.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index 363d0a1..064fca2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]