diff lispref/variables.texi @ 70045:8e99225a4438

(Local Variables): Update the default value of `max-specpdl-size'.
author Romain Francoise <romain@orebokech.com>
date Mon, 17 Apr 2006 09:04:33 +0000
parents 485885718688
children 693f5a9250ca 72dea2ff0142
line wrap: on
line diff
--- a/lispref/variables.texi	Mon Apr 17 08:36:28 2006 +0000
+++ b/lispref/variables.texi	Mon Apr 17 09:04:33 2006 +0000
@@ -276,7 +276,7 @@
 @code{max-lisp-eval-depth} provides another limit on depth of nesting.
 @xref{Definition of max-lisp-eval-depth,, Eval}.
 
-The default value is 600.  Entry to the Lisp debugger increases the
+The default value is 1000.  Entry to the Lisp debugger increases the
 value, if there is little room left, to make sure the debugger itself
 has room to execute.
 @end defvar