changeset 63283:911432fbdac4

(Error Debugging): Minor rewording. (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' is optional.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 10 Jun 2005 15:42:16 +0000
parents 3609dc754369
children ea83efc3a1a2
files lispref/debugging.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/debugging.texi	Fri Jun 10 15:37:37 2005 +0000
+++ b/lispref/debugging.texi	Fri Jun 10 15:42:16 2005 +0000
@@ -118,8 +118,8 @@
 @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 @@
 @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