Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
180 | 180 |
181 This limit, with the associated error when it is exceeded, is one way | 181 This limit, with the associated error when it is exceeded, is one way |
182 that Lisp avoids infinite recursion on an ill-defined function. | 182 that Lisp avoids infinite recursion on an ill-defined function. |
183 @cindex Lisp nesting error | 183 @cindex Lisp nesting error |
184 | 184 |
185 The default value of this variable is 200. If you set it to a value | 185 The default value of this variable is 500. If you set it to a value |
186 less than 100, Lisp will reset it to 100 if the given value is reached. | 186 less than 100, Lisp will reset it to 100 if the given value is reached. |
187 | 187 |
188 @code{max-specpdl-size} provides another limit on nesting. | 188 @code{max-specpdl-size} provides another limit on nesting. |
189 @xref{Local Variables}. | 189 @xref{Local Variables}. |
190 @end defvar | 190 @end defvar |