diff man/lispref/eval.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 1d62742628b6
children 74fd4e045ea6
line wrap: on
line diff
--- a/man/lispref/eval.texi	Mon Aug 13 11:01:58 2007 +0200
+++ b/man/lispref/eval.texi	Mon Aug 13 11:03:08 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 1000.  If you set it to a value
+The default value of this variable is 200.  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.