XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / man / lispref / eval.texi
index 3caa838..4714c04 100644 (file)
@@ -182,7 +182,7 @@ This limit, with the associated error when it is exceeded, is one way
 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.