aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/building.texi4
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
45Run a compiler asynchronously under Emacs, with error messages to 45Run 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
48Run @code{grep} asynchronously under Emacs, with matching lines 48Run @code{grep} asynchronously under Emacs, with matching lines
@@ -488,7 +488,7 @@ Instead, type @kbd{C-q @key{TAB}} to enter a tab.
488if you are using GDB; @code{dbx-mode-hook}, if you are using DBX; 488if 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
490are using XDB; @code{perldb-mode-hook}, for Perl debugging mode; 490are 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
492use these hooks to define custom key bindings for the debugger 492use these hooks to define custom key bindings for the debugger
493interaction buffer. @xref{Hooks}. 493interaction buffer. @xref{Hooks}.
494 494