X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=info%2Flispref.info-9;h=e4a6581a28dadb6e830c12520235ae31815f94be;hb=dba6a24a45e627e562216f37cc12704451507a1b;hp=a0554c490d59d763505c4bc027089eae1e23b439;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git diff --git a/info/lispref.info-9 b/info/lispref.info-9 index a0554c4..e4a6581 100644 --- a/info/lispref.info-9 +++ b/info/lispref.info-9 @@ -1,4 +1,4 @@ -This is ../info/lispref.info, produced by makeinfo version 4.0 from +This is ../info/lispref.info, produced by makeinfo version 4.0b from lispref/lispref.texi. INFO-DIR-SECTION XEmacs Editor @@ -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::.