emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105029: Tweak last change to menu de


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105029: Tweak last change to menu descriptions.
Date: Thu, 07 Jul 2011 18:41:09 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105029
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-07 18:41:09 -0400
message:
  Tweak last change to menu descriptions.
  
  * lisp/menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
  (menu-bar-options-menu): Tweak descriptions.
modified:
  lisp/ChangeLog
  lisp/menu-bar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-07 21:43:38 +0000
+++ b/lisp/ChangeLog    2011-07-07 22:41:09 +0000
@@ -1,3 +1,8 @@
+2011-07-07  Chong Yidong  <address@hidden>
+
+       * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
+       (menu-bar-options-menu): Tweak descriptions.
+
 2011-07-07  Lars Magne Ingebrigtsen  <address@hidden>
 
        * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options

=== modified file 'lisp/menu-bar.el'
--- a/lisp/menu-bar.el  2011-07-07 21:43:38 +0000
+++ b/lisp/menu-bar.el  2011-07-07 22:41:09 +0000
@@ -1136,7 +1136,7 @@
 
     (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 @@
     (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 @@
     (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


reply via email to

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