diff options
| author | Richard M. Stallman | 2001-04-26 00:24:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-26 00:24:48 +0000 |
| commit | 74b1aac110182e2851df79f46bb07eecb911c0ec (patch) | |
| tree | 2968909e67197df2d9953caca1dfa5151eb7f6f2 | |
| parent | 93699019715a9bc25ef8663493351a777618202b (diff) | |
| download | emacs-74b1aac110182e2851df79f46bb07eecb911c0ec.tar.gz emacs-74b1aac110182e2851df79f46bb07eecb911c0ec.zip | |
Correct typo on pdb-mode-hook.
Minor cleanup.
| -rw-r--r-- | man/building.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index 462a74ecfee..cb220be897b 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -42,7 +42,7 @@ compilation errors occurred. | |||
| 42 | 42 | ||
| 43 | @table @kbd | 43 | @table @kbd |
| 44 | @item M-x compile | 44 | @item M-x compile |
| 45 | Run a compiler asynchronously under Emacs, with error messages to | 45 | Run a compiler asynchronously under Emacs, with error messages going to |
| 46 | @samp{*compilation*} buffer. | 46 | @samp{*compilation*} buffer. |
| 47 | @item M-x grep | 47 | @item M-x grep |
| 48 | Run @code{grep} asynchronously under Emacs, with matching lines | 48 | Run @code{grep} asynchronously under Emacs, with matching lines |
| @@ -488,7 +488,7 @@ Instead, type @kbd{C-q @key{TAB}} to enter a tab. | |||
| 488 | if you are using GDB; @code{dbx-mode-hook}, if you are using DBX; | 488 | if you are using GDB; @code{dbx-mode-hook}, if you are using DBX; |
| 489 | @code{sdb-mode-hook}, if you are using SDB; @code{xdb-mode-hook}, if you | 489 | @code{sdb-mode-hook}, if you are using SDB; @code{xdb-mode-hook}, if you |
| 490 | are using XDB; @code{perldb-mode-hook}, for Perl debugging mode; | 490 | are using XDB; @code{perldb-mode-hook}, for Perl debugging mode; |
| 491 | @code{jdb-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can | 491 | @code{pdb-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can |
| 492 | use these hooks to define custom key bindings for the debugger | 492 | use these hooks to define custom key bindings for the debugger |
| 493 | interaction buffer. @xref{Hooks}. | 493 | interaction buffer. @xref{Hooks}. |
| 494 | 494 | ||