From: Richard M. Stallman Date: Fri, 17 Jun 2005 13:42:18 +0000 (+0000) Subject: (Debugger Commands): Minor fix. X-Git-Tag: emacs-pretest-22.0.90~8847 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5ecfb935c4f9192ef0419331770838a8abd35f2;p=emacs.git (Debugger Commands): Minor fix. --- diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 75be0462d66..0af1f16127d 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi @@ -350,7 +350,7 @@ structures of an interpreted function, but cannot do so in a 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: