diff man/lispref/eval.texi @ 369:1d62742628b6 r21-1-14

Import from CVS: tag r21-1-14
author cvs
date Mon, 13 Aug 2007 11:01:51 +0200
parents 8bec6624d99b
children cc15677e0335
line wrap: on
line diff
--- a/man/lispref/eval.texi	Mon Aug 13 11:01:11 2007 +0200
+++ b/man/lispref/eval.texi	Mon Aug 13 11:01:51 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 500.  If you set it to a value
+The default value of this variable is 1000.  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.