# HG changeset patch # User Juanma Barranquero # Date 1118748883 0 # Node ID 1d2443a3e0331b51a29b2c2189f99081e42acd3c # Parent 668456cdf6a1840abc6397d29fa16ca241c83119 (xdb): Fix quoting in docstring. diff -r 668456cdf6a1 -r 1d2443a3e033 lisp/progmodes/gud.el --- 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)))