changeset 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 027c07dcdee5
children 556e057966ab
files lispref/ChangeLog lispref/variables.texi
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Mon Apr 17 08:36:28 2006 +0000
+++ b/lispref/ChangeLog	Mon Apr 17 09:04:33 2006 +0000
@@ -1,3 +1,8 @@
+2006-04-17  Romain Francoise  <romain@orebokech.com>
+
+	* variables.texi (Local Variables): Update the default value of
+	`max-specpdl-size'.
+
 2006-04-15  Michael Olson  <mwolson@gnu.org>
 
 	* processes.texi (Transaction Queues): Mention the new optional
--- 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