From ffe25471ddd725d6f43c7a4dbb7c87a529af9e29 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 9 Dec 2023 07:57:35 -0500 Subject: [PATCH] ; * lisp/progmodes/gud.el (lldb): Fix trailing whitespace. --- 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 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 -- 2.39.2