]> git.eshelyaron.com Git - emacs.git/commitdiff
(jdb): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:33:06 +0000 (07:33 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:33:06 +0000 (07:33 +0000)
lisp/gud.el

index b54754dfcb906c8ecd4fd658e15cf8cf0ee979df..8e565d7777696653ac0df875f22e625cab01b529 100644 (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)))