emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/eval.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/eval.texi [lexbind]
Date: Tue, 06 Jul 2004 07:11:07 -0400

Index: emacs/lispref/eval.texi
diff -c emacs/lispref/eval.texi:1.9.18.4 emacs/lispref/eval.texi:1.9.18.5
*** emacs/lispref/eval.texi:1.9.18.4    Thu Feb  5 14:48:46 2004
--- emacs/lispref/eval.texi     Tue Jul  6 09:23:49 2004
***************
*** 678,686 ****
  @defvar max-lisp-eval-depth
  This variable defines the maximum depth allowed in calls to @code{eval},
  @code{apply}, and @code{funcall} before an error is signaled (with error
! message @code{"Lisp nesting exceeds max-lisp-eval-depth"}).  This limit,
! with the associated error when it is exceeded, is one way that Lisp
! avoids infinite recursion on an ill-defined function.
  @cindex Lisp nesting error
  
  The depth limit counts internal uses of @code{eval}, @code{apply}, and
--- 678,689 ----
  @defvar max-lisp-eval-depth
  This variable defines the maximum depth allowed in calls to @code{eval},
  @code{apply}, and @code{funcall} before an error is signaled (with error
! message @code{"Lisp nesting exceeds max-lisp-eval-depth"}).
! 
! This limit, with the associated error when it is exceeded, is one way
! Emacs Lisp avoids infinite recursion on an ill-defined function.  If
! you increase the value of @code{max-lisp-eval-depth} too much, such
! code can cause stack overflow instead.
  @cindex Lisp nesting error
  
  The depth limit counts internal uses of @code{eval}, @code{apply}, and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]