# HG changeset patch # User Pavel Jank # Date 1008055986 0 # Node ID cf39e35201ff5f8634fc4b7ab01b8d80e739ec82 # Parent 5c0777cdb4436d4ace675ef24a3b6d57be4abbd4 (jdb): Doc fix. diff -r 5c0777cdb443 -r cf39e35201ff lisp/gud.el --- 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-*\" -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)))