summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-03 19:08:28 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-03 19:08:28 +0000
commit1cc97cc3f737451e99630b4ecaf6f5c93d896ce4 (patch)
tree566c1b15bf62ef6583413dedbc383c1cd2f7fa9d
parent9008090da8f841cd0a611d1f887800aeadb4ccb4 (diff)
downloademacs-1cc97cc3f737451e99630b4ecaf6f5c93d896ce4.tar.gz
(gud-mode): Doc fix.
-rw-r--r--lisp/gud.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 124a41bee82..fac0be43175 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1055,8 +1055,9 @@ and source-file directory for your debugger."
"Major mode for interacting with an inferior debugger process.
You start it up with one of the commands M-x gdb, M-x sdb, M-x dbx,
-or M-x xdb. Each entry point finishes by executing a hook; `gdb-mode-hook',
-`sdb-mode-hook', `dbx-mode-hook' or `xdb-mode-hook' respectively.
+M-x perldb, or M-x xdb. Each entry point finishes by executing a
+hook; `gdb-mode-hook', `sdb-mode-hook', `dbx-mode-hook',
+`perldb-mode-hook', or `xdb-mode-hook' respectively.
After startup, the following commands are available in both the GUD
interaction buffer and any source buffer GUD visits due to a breakpoint stop