aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gud.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index b54754dfcb9..8e565d77776 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -1875,10 +1875,10 @@ the source code display in sync with the debugging session.")
1875 1875
1876;;;###autoload 1876;;;###autoload
1877(defun jdb (command-line) 1877(defun jdb (command-line)
1878 "Run jdb with command line COMMAND-LINE in a buffer. The buffer is named 1878 "Run jdb with command line COMMAND-LINE in a buffer.
1879\"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\" 1879The buffer is named \"*gud*\" if no initial class is given or
1880if there is. If the \"-classpath\" switch is given, omit all whitespace 1880\"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
1881between it and it's value." 1881switch is given, omit all whitespace between it and it's value."
1882 (interactive 1882 (interactive
1883 (list (gud-query-cmdline 'jdb))) 1883 (list (gud-query-cmdline 'jdb)))
1884 1884