From: Pavel Janík Date: Tue, 11 Dec 2001 07:33:06 +0000 (+0000) Subject: (jdb): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17792 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa3b6a3fa15fd1154deda7fcfc83fb61b49f3cd4;p=emacs.git (jdb): Doc fix. --- 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.") ;;;###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-*\" -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-*\" if there is. If the \"-classpath\" +switch is given, omit all whitespace between it and it's value." (interactive (list (gud-query-cmdline 'jdb)))