comparison lisp/gud.el @ 41952:cf39e35201ff

(jdb): Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 11 Dec 2001 07:33:06 +0000
parents a9d361663625
children be541feb06cc
comparison
equal deleted inserted replaced
41951:5c0777cdb443 41952:cf39e35201ff
1873 1873
1874 (defvar gud-jdb-command-name "jdb" "Command that executes the Java debugger.") 1874 (defvar gud-jdb-command-name "jdb" "Command that executes the Java debugger.")
1875 1875
1876 ;;;###autoload 1876 ;;;###autoload
1877 (defun jdb (command-line) 1877 (defun jdb (command-line)
1878 "Run jdb with command line COMMAND-LINE in a buffer. The buffer is named 1878 "Run jdb with command line COMMAND-LINE in a buffer.
1879 \"*gud*\" if no initial class is given or \"*gud-<initial-class-basename>*\" 1879 The buffer is named \"*gud*\" if no initial class is given or
1880 if there is. If the \"-classpath\" switch is given, omit all whitespace 1880 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
1881 between it and it's value." 1881 switch is given, omit all whitespace between it and it's value."
1882 (interactive 1882 (interactive
1883 (list (gud-query-cmdline 'jdb))) 1883 (list (gud-query-cmdline 'jdb)))
1884 1884
1885 (gud-common-init command-line 'gud-jdb-massage-args 1885 (gud-common-init command-line 'gud-jdb-massage-args
1886 'gud-jdb-marker-filter 'gud-jdb-find-file) 1886 'gud-jdb-marker-filter 'gud-jdb-find-file)