projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817dd54
)
Improve wording of cua-mode menu entry
author
Stefan Kangas
<stefan@marxist.se>
Sun, 13 Sep 2020 16:30:45 +0000
(18:30 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 13 Sep 2020 16:30:45 +0000
(18:30 +0200)
* lisp/menu-bar.el (menu-bar-options-menu): Improve wording of the
cua-mode menu entry. (Bug#43323)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 9a93fa60d729dd3f3268f88a4d0e177618205081..ef04689f4cc14796c252aa4ab6aac28b9f843307 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-1521,7
+1521,7
@@
mail status in mode line"))
(bindings--define-key menu [cua-mode]
(menu-bar-make-mm-toggle
cua-mode
- "
Use CUA Keys (Cut/Paste with C-x/C-c/C-v
)"
+ "
Cut/Paste with C-x/C-c/C-v (CUA Mode
)"
"Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste"
(:visible (or (not (boundp 'cua-enable-cua-keys))
cua-enable-cua-keys))))