changeset 63329:e039251ba8e4

(Function Debugging): Delete mention of empty string argument to `cancel-debug-on-entry'. Delete inaccurate description of the return value of that command.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 11 Jun 2005 23:42:13 +0000
parents af5c15bf9ea0
children e51dacaad0d0
files lispref/debugging.texi
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/debugging.texi	Sat Jun 11 23:25:06 2005 +0000
+++ b/lispref/debugging.texi	Sat Jun 11 23:42:13 2005 +0000
@@ -271,12 +271,9 @@
 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