From: Eli Zaretskii Date: Mon, 10 Oct 2022 06:42:19 +0000 (+0300) Subject: ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo. (Bug#58400) X-Git-Tag: emacs-29.0.90~1616^2~678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f91ae9479000eb3c91eaed2a1300678466b823d4;p=emacs.git ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo. (Bug#58400) --- 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