Mercurial > emacs
changeset 14934:e0c9d34141dd
(gud-mode): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Apr 1996 19:08:28 +0000 |
parents | 3da02d85c801 |
children | 3e0dc64a5cb8 |
files | lisp/gud.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Wed Apr 03 19:06:08 1996 +0000 +++ b/lisp/gud.el Wed Apr 03 19:08:28 1996 +0000 @@ -1055,8 +1055,9 @@ "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