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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/debugging.texi
Date: Fri, 26 Sep 2003 05:58:34 -0400

Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.22 emacs/lispref/debugging.texi:1.23
*** emacs/lispref/debugging.texi:1.22   Mon Sep  1 11:45:41 2003
--- emacs/lispref/debugging.texi        Fri Sep 26 05:58:34 2003
***************
*** 216,225 ****
  up to invoke the debugger on entry, @code{debug-on-entry} does nothing.
  @code{debug-on-entry} always returns @var{function-name}.
  
! @strong{Note:} if you redefine a function after using
! @code{debug-on-entry} on it, the code to enter the debugger is discarded
! by the redefinition.  In effect, redefining the function cancels
! the break-on-entry feature for that function.
  
  @example
  @group
--- 216,225 ----
  up to invoke the debugger on entry, @code{debug-on-entry} does nothing.
  @code{debug-on-entry} always returns @var{function-name}.
  
! @strong{Warning:} if you redefine a function after using
! @code{debug-on-entry} on it, the code to enter the debugger is
! discarded by the redefinition.  In effect, redefining the function
! cancels the break-on-entry feature for that function.
  
  @example
  @group




reply via email to

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