diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-06 22:46:55 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-06 22:46:55 +0000 |
commit | 2a2efab1f07adb7426f14df9189779e734a9ba29 (patch) | |
tree | 6217cf9c3fcc35667c379c1809f5917ad0830779 | |
parent | 3c9c578182c26fcd96a86de06a7b0ee492a64f5e (diff) | |
download | emacs-2a2efab1f07adb7426f14df9189779e734a9ba29.tar.gz |
Fix typo.
-rw-r--r-- | man/building.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi index 85a85302fec..f3a9abc58f4 100644 --- a/man/building.texi +++ b/man/building.texi @@ -494,7 +494,7 @@ Only useful in a source buffer, (@code{gud-jump}) relocates the next instruction to the current line at point in a source buffer. If the new execution line is in a different function from the previously one, you will be prompted for confirmation since the results may be -bizarre. See the GDB manual entry regarding @cod{jump} for details. +bizarre. See the GDB manual entry regarding @code{jump} for details. @end table These commands interpret a numeric argument as a repeat count, when |