diff options
| author | Pavel Janík | 2001-12-11 07:33:06 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-11 07:33:06 +0000 |
| commit | aa3b6a3fa15fd1154deda7fcfc83fb61b49f3cd4 (patch) | |
| tree | 2c4d86999c4d1826fc3f58a1b2ebdb02ac56fd9e | |
| parent | 33aafb9bbe371734c4c397e72db5ea1bbefaad09 (diff) | |
| download | emacs-aa3b6a3fa15fd1154deda7fcfc83fb61b49f3cd4.tar.gz emacs-aa3b6a3fa15fd1154deda7fcfc83fb61b49f3cd4.zip | |
(jdb): Doc fix.
| -rw-r--r-- | lisp/gud.el | 8 |
1 files 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.") | |||
| 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 | ||