comparison man/lispref/eval.texi @ 343:8bec6624d99b r21-1-1

Import from CVS: tag r21-1-1
author cvs
date Mon, 13 Aug 2007 10:52:53 +0200
parents 70ad99077275
children 1d62742628b6
comparison
equal deleted inserted replaced
342:b036ce23deaa 343:8bec6624d99b
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