# HG changeset patch # User Richard M. Stallman # Date 1119015738 0 # Node ID 9ba37e4dc6893cd536e3968e4e2277f9302b421d # Parent 4da410597e6e29823cae27f330ef0e5db588d8f8 (Debugger Commands): Minor fix. diff -r 4da410597e6e -r 9ba37e4dc689 lispref/debugging.texi --- a/lispref/debugging.texi Fri Jun 17 11:49:17 2005 +0000 +++ b/lispref/debugging.texi Fri Jun 17 13:42:18 2005 +0000 @@ -350,7 +350,7 @@ 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 +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: