projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad22b3
)
; * lisp/progmodes/gud.el (gud-gud-lldb-command-name): Fix a typo.
author
Ulrich Müller
<ulm@gentoo.org>
Sat, 21 Oct 2023 09:17:03 +0000
(11:17 +0200)
committer
Ulrich Müller
<ulm@gentoo.org>
Sat, 21 Oct 2023 09:17:03 +0000
(11:17 +0200)
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index aad052012cff1f79ca176628a8f2b840b25547ad..02a1597340b717543ced63817d0eb24c3ee760dd 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-3862,7
+3862,7
@@
so they have been disabled."))
(defvar gud-lldb-history nil)
(defcustom gud-gud-lldb-command-name "lldb"
- "Default command to invoke LLDB in order to debug a progra with it."
+ "Default command to invoke LLDB in order to debug a progra
m
with it."
:type 'string
:version "30.1")