diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-07-07 18:41:09 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-07-07 18:41:09 -0400 |
commit | 14cc04aa161d7d070a6f3f7038a44fd2a3657977 (patch) | |
tree | cea488d84b1f9cf460d7486789a5284aacf13bbd /lisp/menu-bar.el | |
parent | 0a1848ec120df450d6c39e180fcc008b8208d67f (diff) | |
download | emacs-14cc04aa161d7d070a6f3f7038a44fd2a3657977.tar.gz |
Tweak last change to menu descriptions.
* lisp/menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
(menu-bar-options-menu): Tweak descriptions.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 0f8f8186a36..caae40ed8c5 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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 |