]> git.eshelyaron.com Git - emacs.git/commitdiff
(Debugger Commands): Minor fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 13:42:18 +0000 (13:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 2005 13:42:18 +0000 (13:42 +0000)
lispref/debugging.texi

index 75be0462d66ab3567b82575103dc72b6e46540d8..0af1f16127deb396f92d2cdfe194c204f6ac6458 100644 (file)
@@ -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: