From 490f67f86e288e21043a5649b959e2601214fd70 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 14 Jun 2005 11:34:43 +0000 Subject: [PATCH] (xdb): Fix quoting in docstring. --- lisp/progmodes/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2