mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(Error Debugging): Minor rewording.
(Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' is optional.
This commit is contained in:
parent
23d519e49c
commit
9bd4c3ad3e
@ -1,3 +1,9 @@
|
||||
2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* debugging.texi (Error Debugging): Minor rewording.
|
||||
(Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
|
||||
is optional.
|
||||
|
||||
2005-06-10 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* elisp.texi: Use EMACSVER to refer to the current version of
|
||||
|
@ -118,8 +118,8 @@ the error. The easiest way is usually to set
|
||||
@end defopt
|
||||
|
||||
@defopt eval-expression-debug-on-error
|
||||
If you set this variable to a non-@code{nil} value, then
|
||||
@code{debug-on-error} will be set to @code{t} when evaluating with the
|
||||
If this variable has a non-@code{nil} 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,11 +267,11 @@ Debugger entered--entering a function:
|
||||
@end example
|
||||
@end deffn
|
||||
|
||||
@deffn Command cancel-debug-on-entry function-name
|
||||
@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
|
||||
@code{nil} or the empty string, it cancels break-on-entry for all
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user