From: Juanma Barranquero Date: Tue, 14 Jun 2005 11:34:43 +0000 (+0000) Subject: (xdb): Fix quoting in docstring. X-Git-Tag: emacs-pretest-22.0.90~8973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=490f67f86e288e21043a5649b959e2601214fd70;p=emacs.git (xdb): Fix quoting in docstring. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index f3a95514c13..0737d1aed62 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -1220,7 +1220,7 @@ containing the executable being debugged." 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)))