# HG changeset patch # User Richard M. Stallman # Date 988244688 0 # Node ID 4b43d9f652aaa2c607e8ebad50e1e76236870a7b # Parent 7121f840504e1846f6cd1bfd03ad8e22867af49f Correct typo on pdb-mode-hook. Minor cleanup. diff -r 7121f840504e -r 4b43d9f652aa man/building.texi --- a/man/building.texi Wed Apr 25 21:45:52 2001 +0000 +++ b/man/building.texi Thu Apr 26 00:24:48 2001 +0000 @@ -42,7 +42,7 @@ @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 @@ 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}.