Mercurial > hg > xemacs-beta
diff man/lispref/eval.texi @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | cc15677e0335 |
children |
line wrap: on
line diff
--- a/man/lispref/eval.texi Mon Aug 13 11:12:06 2007 +0200 +++ b/man/lispref/eval.texi Mon Aug 13 11:13:30 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.