Index: emacs/lispref/debugging.texi
diff -c emacs/lispref/debugging.texi:1.33 emacs/lispref/debugging.texi:1.34
*** emacs/lispref/debugging.texi:1.33   Thu Jun 16 20:06:48 2005
--- emacs/lispref/debugging.texi        Fri Jun 17 13:42:18 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.)  You can not use the Lisp debugger
  to step through a primitive function.
  
    Here is a list of Debugger mode commands:
--- 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.)  You cannot use the Lisp debugger
  to step through a primitive function.
  
    Here is a list of Debugger mode commands:


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to