diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/gud.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |