comparison man/lispref/eval.texi @ 458:c33ae14dd6d0 r21-2-44

Import from CVS: tag r21-2-44
author cvs
date Mon, 13 Aug 2007 11:42:25 +0200
parents 576fb035e263
children 6780963faf78
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
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 500. If you set it to a value 185 The default value of this variable is 1000. 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