From f91ae9479000eb3c91eaed2a1300678466b823d4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 10 Oct 2022 09:42:19 +0300 Subject: [PATCH] ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo. (Bug#58400) --- lisp/progmodes/gdb-mi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 6e8032b7eae..0de3d213a4d 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -966,7 +966,7 @@ detailed description of this mode. (if gdb-active-process (gdb-gud-context-command "-exec-continue") "-exec-run"))) - "C-v" "Start or continue execution. Use a prefix to specify arguments.") + "\C-v" "Start or continue execution. Use a prefix to specify arguments.") ;; For debugging Emacs only. (gud-def gud-pp -- 2.39.5