From aa3b6a3fa15fd1154deda7fcfc83fb61b49f3cd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 11 Dec 2001 07:33:06 +0000 Subject: [PATCH] (jdb): Doc fix. --- lisp/gud.el | 8 ++++---- 1 file 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.") ;;;###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))) -- 2.39.2