emacs-diffs
[Top][All Lists]
Advanced

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

master be59466: Fix CUA Mode menu entry to be less confusing


From: Stefan Kangas
Subject: master be59466: Fix CUA Mode menu entry to be less confusing
Date: Thu, 29 Oct 2020 10:50:46 -0400 (EDT)

branch: master
commit be59466be711b573f7c9a9643af08bbfc05289f6
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fix CUA Mode menu entry to be less confusing
    
    Note that the old text was incorrect; shift-selection is controlled by
    the variable shift-select-mode.
    
    * lisp/menu-bar.el (menu-bar-options-menu): Make CUA Mode menu entry
    less confusing when cua-enable-cua-keys is nil.  (Bug#43322)
---
 lisp/menu-bar.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index f9afc8a..c6ced68 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1570,8 +1570,8 @@ mail status in mode line"))
     (bindings--define-key menu [cua-emulation-mode]
       (menu-bar-make-mm-toggle
        cua-mode
-       "Shift movement mark region (CUA)"
-       "Use shifted movement keys to set and extend the region"
+       "CUA Mode (without C-x/C-c/C-v)"
+       "Enable CUA Mode without rebinding C-x/C-c/C-v keys"
        (:visible (and (boundp 'cua-enable-cua-keys)
                      (not cua-enable-cua-keys)))))
 



reply via email to

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