comparison man/lispref/variables.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 ccaf90c5a53a
comparison
equal deleted inserted replaced
457:4b9290a33024 458:c33ae14dd6d0
249 binding depth exceeds max-specpdl-size"}). 249 binding depth exceeds max-specpdl-size"}).
250 250
251 This limit, with the associated error when it is exceeded, is one way 251 This limit, with the associated error when it is exceeded, is one way
252 that Lisp avoids infinite recursion on an ill-defined function. 252 that Lisp avoids infinite recursion on an ill-defined function.
253 253
254 The default value is 600. 254 The default value is 3000.
255 255
256 @code{max-lisp-eval-depth} provides another limit on depth of nesting. 256 @code{max-lisp-eval-depth} provides another limit on depth of nesting.
257 @xref{Eval}. 257 @xref{Eval}.
258 @end defvar 258 @end defvar
259 259