Mercurial > emacs
changeset 63404:1d2443a3e033
(xdb): Fix quoting in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Jun 2005 11:34:43 +0000 |
parents | 668456cdf6a1 |
children | c603dad06977 |
files | lisp/progmodes/gud.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/gud.el Tue Jun 14 11:33:54 2005 +0000 +++ b/lisp/progmodes/gud.el Tue Jun 14 11:34:43 2005 +0000 @@ -1220,7 +1220,7 @@ The directory containing FILE becomes the initial working directory and source-file directory for your debugger. -You can set the variable 'gud-xdb-directories' to a list of program source +You can set the variable `gud-xdb-directories' to a list of program source directories if your program contains sources from more than one directory." (interactive (list (gud-query-cmdline 'xdb)))