Mercurial > emacs
changeset 41952:cf39e35201ff
(jdb): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 11 Dec 2001 07:33:06 +0000 |
parents | 5c0777cdb443 |
children | 395d420d4f73 |
files | lisp/gud.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Tue Dec 11 07:32:00 2001 +0000 +++ b/lisp/gud.el Tue Dec 11 07:33:06 2001 +0000 @@ -1875,10 +1875,10 @@ ;;;###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)))