From: Luc Teirlinck Date: Sat, 11 Jun 2005 23:42:13 +0000 (+0000) Subject: (Function Debugging): Delete mention of empty string argument to X-Git-Tag: emacs-pretest-22.0.90~9034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9edbd0074e6117b4171f9e2289742a9834d6f5a8;p=emacs.git (Function Debugging): Delete mention of empty string argument to `cancel-debug-on-entry'. Delete inaccurate description of the return value of that command. --- diff --git a/lispref/debugging.texi b/lispref/debugging.texi index ff9e90f7747..ae3fbdbb480 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