diff options
author | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-04-09 21:05:48 +0800 |
commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/progmodes/gud.el | |
parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.bz2 emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/progmodes/gud.el')
-rw-r--r-- | lisp/progmodes/gud.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 121a023cd54..6b1f891b230 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -1046,7 +1046,7 @@ and source-file directory for your debugger." (defvar gud-dbx-history nil) (defcustom gud-dbx-directories nil - "*A list of directories that dbx should search for source code. + "A list of directories that dbx should search for source code. If nil, only source files in the program directory will be known to dbx. @@ -1358,7 +1358,7 @@ and source-file directory for your debugger." (defvar gud-xdb-history nil) (defcustom gud-xdb-directories nil - "*A list of directories that xdb should search for source code. + "A list of directories that xdb should search for source code. If nil, only source files in the program directory will be known to xdb. @@ -1811,7 +1811,7 @@ source file information.") ;; List of Java source file directories. (defvar gud-jdb-directories (list ".") - "*A list of directories that gud jdb should search for source code. + "A list of directories that gud jdb should search for source code. The file names should be absolute, or relative to the current directory. |