Mercurial > emacs
diff lispref/debugging.texi @ 63524:8981e470ace7
(Debugger Commands): Mention that the Lisp debugger can not step
through primitive functions.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Thu, 16 Jun 2005 20:06:48 +0000 |
| parents | f7610876f0d3 |
| children | 9ba37e4dc689 |
line wrap: on
line diff
--- a/lispref/debugging.texi Thu Jun 16 16:32:59 2005 +0000 +++ b/lispref/debugging.texi Thu Jun 16 20:06:48 2005 +0000 @@ -350,7 +350,8 @@ 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.) +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:
