diff man/lispref/eval.texi @ 343:8bec6624d99b r21-1-1

Import from CVS: tag r21-1-1
author cvs
date Mon, 13 Aug 2007 10:52:53 +0200
parents 70ad99077275
children 1d62742628b6
line wrap: on
line diff
--- a/man/lispref/eval.texi	Mon Aug 13 10:52:06 2007 +0200
+++ b/man/lispref/eval.texi	Mon Aug 13 10:52:53 2007 +0200
@@ -182,7 +182,7 @@
 that Lisp avoids infinite recursion on an ill-defined function.
 @cindex Lisp nesting error
 
-The default value of this variable is 200.  If you set it to a value
+The default value of this variable is 500.  If you set it to a value
 less than 100, Lisp will reset it to 100 if the given value is reached.
 
 @code{max-specpdl-size} provides another limit on nesting.