diff options
-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 70af736372e..eb35287cabe 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -4057,7 +4057,7 @@ Please note that completion framework that complete while you type, like Corfu, do not work well with this mode. You should consider to turn them off in this mode. -This command runs functions from `lldb-mode-hook'. " +This command runs functions from `lldb-mode-hook'." (interactive (list (gud-query-cmdline 'lldb))) (when (and gud-comint-buffer |