summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-06-10 15:43:48 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-06-10 15:43:48 +0000
commit9bd4c3ad3e747a187315a820651fa9c20e7ce552 (patch)
tree9c8512d5e3779242072b370c30e8959a4fe92029 /lispref/debugging.texi
parent23d519e49c597f10b0a778cc340e233d74127c3d (diff)
(Error Debugging): Minor rewording.
(Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' is optional.
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index 07dfe18f28..ff9e90f774 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -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