aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-14 11:34:43 +0000
committerJuanma Barranquero <[email protected]>2005-06-14 11:34:43 +0000
commit490f67f86e288e21043a5649b959e2601214fd70 (patch)
tree429ade78084c2f2a514a33b332bf5fa2486fb3ac
parenta4fd4556b5186a13fc5109255aa3e8c5798f1b5b (diff)
(xdb): Fix quoting in docstring.
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index f3a95514c1..0737d1aed6 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)))