Mercurial > hg > xemacs-beta
comparison man/lispref/variables.texi @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:51 +0200 |
parents | 341dac730539 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
368:397a7324211a | 369:1d62742628b6 |
---|---|
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 |