diff lisp/progmodes/gud.el @ 63404:1d2443a3e033

(xdb): Fix quoting in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 11:34:43 +0000
parents ae951edf75a6
children 41b38bc88264
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)))