aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-04-26 00:24:48 +0000
committerRichard M. Stallman <[email protected]>2001-04-26 00:24:48 +0000
commit74b1aac110182e2851df79f46bb07eecb911c0ec (patch)
tree2968909e67197df2d9953caca1dfa5151eb7f6f2 /man
parent93699019715a9bc25ef8663493351a777618202b (diff)
Correct typo on pdb-mode-hook.
Minor cleanup.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi
index 462a74ecfe..cb220be897 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -42,7 +42,7 @@ compilation errors occurred.
@table @kbd
@item M-x compile
-Run a compiler asynchronously under Emacs, with error messages to
+Run a compiler asynchronously under Emacs, with error messages going to
@samp{*compilation*} buffer.
@item M-x grep
Run @code{grep} asynchronously under Emacs, with matching lines
@@ -488,7 +488,7 @@ Instead, type @kbd{C-q @key{TAB}} to enter a tab.
if you are using GDB; @code{dbx-mode-hook}, if you are using DBX;
@code{sdb-mode-hook}, if you are using SDB; @code{xdb-mode-hook}, if you
are using XDB; @code{perldb-mode-hook}, for Perl debugging mode;
-@code{jdb-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can
+@code{pdb-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can
use these hooks to define custom key bindings for the debugger
interaction buffer. @xref{Hooks}.