1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(jdb): Doc fix.

This commit is contained in:
Pavel Janík 2001-12-11 07:33:06 +00:00
parent 33aafb9bbe
commit aa3b6a3fa1

View file

@ -1875,10 +1875,10 @@ the source code display in sync with the debugging session.")
;;;###autoload
(defun jdb (command-line)
"Run jdb with command line COMMAND-LINE in a buffer. The buffer is named
\"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\"
if there is. If the \"-classpath\" switch is given, omit all whitespace
between it and it's value."
"Run jdb with command line COMMAND-LINE in a buffer.
The buffer is named \"*gud*\" if no initial class is given or
\"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
switch is given, omit all whitespace between it and it's value."
(interactive
(list (gud-query-cmdline 'jdb)))