Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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 1000. If you set it to a value | 185 The default value of this variable is 200. 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 |