changeset 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 6a65d76dec01
children da42b07587f1
files lispref/debugging.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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: