emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f91ae94790: ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo. (Bug


From: Eli Zaretskii
Subject: master f91ae94790: ; * lisp/progmodes/gdb-mi.el (gdb): Fix a typo. (Bug#58400)
Date: Mon, 10 Oct 2022 02:42:43 -0400 (EDT)

branch: master
commit f91ae9479000eb3c91eaed2a1300678466b823d4
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 6e8032b7ea..0de3d213a4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]