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:
parent
33aafb9bbe
commit
aa3b6a3fa1
1 changed files with 4 additions and 4 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue