aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-03 19:08:28 +0000
committerRichard M. Stallman1996-04-03 19:08:28 +0000
commitb0764b2d69ac97aeb7f70984e2d7cded04f60352 (patch)
treebb2884329b63bf1c090f65356d37b18b9134c7d8
parent589e572841c6ff604c11e5b83676a8ed380185fd (diff)
downloademacs-b0764b2d69ac97aeb7f70984e2d7cded04f60352.tar.gz
emacs-b0764b2d69ac97aeb7f70984e2d7cded04f60352.zip
(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."
1055 "Major mode for interacting with an inferior debugger process. 1055 "Major mode for interacting with an inferior debugger process.
1056 1056
1057 You start it up with one of the commands M-x gdb, M-x sdb, M-x dbx, 1057 You start it up with one of the commands M-x gdb, M-x sdb, M-x dbx,
1058or M-x xdb. Each entry point finishes by executing a hook; `gdb-mode-hook', 1058M-x perldb, or M-x xdb. Each entry point finishes by executing a
1059`sdb-mode-hook', `dbx-mode-hook' or `xdb-mode-hook' respectively. 1059hook; `gdb-mode-hook', `sdb-mode-hook', `dbx-mode-hook',
1060`perldb-mode-hook', or `xdb-mode-hook' respectively.
1060 1061
1061After startup, the following commands are available in both the GUD 1062After startup, the following commands are available in both the GUD
1062interaction buffer and any source buffer GUD visits due to a breakpoint stop 1063interaction buffer and any source buffer GUD visits due to a breakpoint stop