Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.29 emacs/lispref/debugging.texi:1.30
*** emacs/lispref/debugging.texi:1.29 Sat Mar 5 13:06:03 2005
--- emacs/lispref/debugging.texi Fri Jun 10 15:42:16 2005
***************
*** 118,125 ****
@end defopt
@defopt eval-expression-debug-on-error
! If you set this variable to a [EMAIL PROTECTED] value, then
! @code{debug-on-error} will be set to @code{t} when evaluating with the
command @code{eval-expression}. If
@code{eval-expression-debug-on-error} is @code{nil}, then the value of
@code{debug-on-error} is not changed. @xref{Lisp Eval,, Evaluating
--- 118,125 ----
@end defopt
@defopt eval-expression-debug-on-error
! If this variable has a [EMAIL PROTECTED] value, then
! @code{debug-on-error} is set to @code{t} when evaluating with the
command @code{eval-expression}. If
@code{eval-expression-debug-on-error} is @code{nil}, then the value of
@code{debug-on-error} is not changed. @xref{Lisp Eval,, Evaluating
***************
*** 267,277 ****
@end example
@end deffn
! @deffn Command cancel-debug-on-entry function-name
This function undoes the effect of @code{debug-on-entry} on
@var{function-name}. When called interactively, it prompts for
@var{function-name} in the minibuffer. If @var{function-name} is
! @code{nil} or the empty string, it cancels break-on-entry for all
functions.
Calling @code{cancel-debug-on-entry} does nothing to a function which is
--- 267,277 ----
@end example
@end deffn
! @deffn Command cancel-debug-on-entry &optional function-name
This function undoes the effect of @code{debug-on-entry} on
@var{function-name}. When called interactively, it prompts for
@var{function-name} in the minibuffer. If @var{function-name} is
! omitted, @code{nil}, or the empty string, it cancels break-on-entry for all
functions.
Calling @code{cancel-debug-on-entry} does nothing to a function which is
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs