projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b6140
)
* lisp/keymap.el (keymap-global-unset): Correct prompt
author
Robert Pluim
<rpluim@gmail.com>
Tue, 31 Jan 2023 17:17:41 +0000
(18:17 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Tue, 31 Jan 2023 17:18:50 +0000
(18:18 +0100)
lisp/keymap.el
patch
|
blob
|
history
diff --git
a/lisp/keymap.el
b/lisp/keymap.el
index caabedd5aec15383a00d49c902204fba5bc2eec7..de90b03ba64a9cf225b00de8d202f4ecfff4c13f 100644
(file)
--- a/
lisp/keymap.el
+++ b/
lisp/keymap.el
@@
-107,7
+107,7
@@
If REMOVE (interactively, the prefix arg), remove the binding
instead of unsetting it. See `keymap-unset' for details."
(declare (compiler-macro (lambda (form) (keymap--compile-check key) form)))
(interactive
- (list (key-description (read-key-sequence "
Set key loc
ally: "))
+ (list (key-description (read-key-sequence "
Unset key glob
ally: "))
current-prefix-arg))
(keymap-unset (current-global-map) key remove))