X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Flispref.info-9;h=e4a6581a28dadb6e830c12520235ae31815f94be;hb=dba6a24a45e627e562216f37cc12704451507a1b;hp=12050f52e7e69dff846bfa29d9805e4b2e3cefb4;hpb=4f108f7ad39114b495255195390b5501f97e31e9;p=chise%2Fxemacs-chise.git diff --git a/info/lispref.info-9 b/info/lispref.info-9 index 12050f5..e4a6581 100644 --- a/info/lispref.info-9 +++ b/info/lispref.info-9 @@ -583,7 +583,7 @@ rather than localized in time. This limit, with the associated error when it is exceeded, is one way that Lisp avoids infinite recursion on an ill-defined function. - The default value is 600. + The default value is 3000. `max-lisp-eval-depth' provides another limit on depth of nesting. *Note Eval::.