Mercurial > emacs
diff lispref/debugging.texi @ 63539:9ba37e4dc689
(Debugger Commands): Minor fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 17 Jun 2005 13:42:18 +0000 |
| parents | 8981e470ace7 |
| children | 99e9892a51d9 |
line wrap: on
line diff
--- 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:
