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: Thu, 16 Jun 2005 16:06:49 -0400

Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.32 emacs/lispref/debugging.texi:1.33
*** emacs/lispref/debugging.texi:1.32   Tue Jun 14 11:36:41 2005
--- emacs/lispref/debugging.texi        Thu Jun 16 20:06:48 2005
***************
*** 350,356 ****
  byte-compiled function.  If you would like to step through a
  byte-compiled function, replace it with an interpreted definition of
  the same function.  (To do this, visit the source for the function and
! type @kbd{C-M-x} on its definition.)
  
    Here is a list of Debugger mode commands:
  
--- 350,357 ----
  byte-compiled function.  If you would like to step through a
  byte-compiled function, replace it with an interpreted definition of
  the same function.  (To do this, visit the source for the function and
! type @kbd{C-M-x} on its definition.)  You can not use the Lisp debugger
! to step through a primitive function.
  
    Here is a list of Debugger mode commands:
  




reply via email to

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