summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-06-11 23:42:13 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-06-11 23:42:13 +0000
commit9edbd0074e6117b4171f9e2289742a9834d6f5a8 (patch)
tree4eb37698228b80542eeac81b98d9cfd46db85626 /lispref/debugging.texi
parentb2c9cbd3810d0285d476634020302799049f9670 (diff)
(Function Debugging): Delete mention of empty string argument to
`cancel-debug-on-entry'. Delete inaccurate description of the return value of that command.
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index ff9e90f774..ae3fbdbb48 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -271,12 +271,9 @@ Debugger entered--entering a function:
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.
-
+omitted or @code{nil}, it cancels break-on-entry for all functions.
Calling @code{cancel-debug-on-entry} does nothing to a function which is
-not currently set up to break on entry. It always returns
-@var{function-name}.
+not currently set up to break on entry.
@end deffn
@node Explicit Debug