emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/debugging.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/debugging.texi
Date: Sat, 11 Jun 2005 19:42:13 -0400

Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.30 emacs/lispref/debugging.texi:1.31
*** emacs/lispref/debugging.texi:1.30   Fri Jun 10 15:42:16 2005
--- emacs/lispref/debugging.texi        Sat Jun 11 23:42:13 2005
***************
*** 271,282 ****
  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.
! 
  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}.
  @end deffn
  
  @node Explicit Debug
--- 271,279 ----
  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 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.
  @end deffn
  
  @node Explicit Debug




reply via email to

[Prev in Thread] Current Thread [Next in Thread]