]> code.delx.au - gnu-emacs/commitdiff
(Local Variables): Update the default value of `max-specpdl-size'.
authorRomain Francoise <romain@orebokech.com>
Mon, 17 Apr 2006 09:04:33 +0000 (09:04 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 17 Apr 2006 09:04:33 +0000 (09:04 +0000)
lispref/ChangeLog
lispref/variables.texi

index c3591cbb64a3d96cc42ce93808e70f1348ee8a90..982be7e41a9439e6948300899f24fd87704c7652 100644 (file)
@@ -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
index f3e81c3ddd3e1f0a4648f1e46d69f8372466ccf0..d97848549c01d6ad72df44ed1e065bdbe1aea2f4 100644 (file)
@@ -276,7 +276,7 @@ that Lisp avoids infinite recursion on an ill-defined function.
 @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