]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak last change to menu descriptions.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 7 Jul 2011 22:41:09 +0000 (18:41 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 7 Jul 2011 22:41:09 +0000 (18:41 -0400)
* lisp/menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
(menu-bar-options-menu): Tweak descriptions.

lisp/ChangeLog
lisp/menu-bar.el

index 9f8ad0e9f22d059ac1f19d4cb9ebac1e73fb457b..f9c55aad1b3f381450272f94de8168c017ae6f53 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
+       (menu-bar-options-menu): Tweak descriptions.
+
 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
index 0f8f8186a369ac61343217f8ecbdbe10f43f87c3..caae40ed8c5c523ab184a3147b473026aab33204 100644 (file)
@@ -1136,7 +1136,7 @@ mail status in mode line"))
 
     (define-key menu [word-wrap]
       `(menu-item
-       ,(purecopy "Wrap Between Words (Visual Line mode)")
+       ,(purecopy "Word Wrap (Visual Line mode)")
        (lambda ()
          (interactive)
          (unless visual-line-mode
@@ -1274,7 +1274,7 @@ mail status in mode line"))
     (define-key menu [cua-mode]
       (menu-bar-make-mm-toggle
        cua-mode
-       "Use C-x/C-c/C-v Cut and Paste (CUA) Keys"
+       "Use CUA Keys (Cut/Paste with C-x/C-c/C-v)"
        "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))))
@@ -1313,7 +1313,7 @@ mail status in mode line"))
     (define-key menu [highlight-paren-mode]
       (menu-bar-make-mm-toggle
        show-paren-mode
-       "Highlighting Matching Parenthesis"
+       "Highlight Matching Parentheses"
        "Highlight matching/mismatched parentheses at cursor (Show Paren mode)"))
     (define-key menu [transient-mark-mode]
       (menu-bar-make-mm-toggle