Mercurial > emacs
changeset 37482:4b43d9f652aa
Correct typo on pdb-mode-hook.
Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Apr 2001 00:24:48 +0000 |
parents | 7121f840504e |
children | fe7da308892e |
files | man/building.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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}.