1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(Local Variables): Update the default value of `max-specpdl-size'.

This commit is contained in:
Romain Francoise 2006-04-17 09:04:33 +00:00
parent e4a89ccf73
commit 1e2b8ce5f9
2 changed files with 6 additions and 1 deletions

View 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

View 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