Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74b1aac1
Commit
74b1aac1
authored
Apr 26, 2001
by
Richard M. Stallman
Browse files
Correct typo on pdb-mode-hook.
Minor cleanup.
parent
93699019
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
man/building.texi
man/building.texi
+2
-2
No files found.
man/building.texi
View file @
74b1aac1
...
...
@@ -42,7 +42,7 @@ compilation errors occurred.
@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 @@ Instead, type @kbd{C-q @key{TAB}} to enter a tab.
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{
j
db-mode-hook}, for PDB; @code{jdb-mode-hook}, for JDB. You can
@code{
p
db-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}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment