diff options
| -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 | ||