diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-06-17 12:45:25 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-06-17 12:45:25 +0200 |
commit | 69582fcd16d902bddecf0bda2a781e1a23404d46 (patch) | |
tree | 1f28208b6f0c1b519f165a80477ebbfe20a122cb /lisp/menu-bar.el | |
parent | 44198b6ee97bcb0ac88a5cadd1bf9b62048d0156 (diff) | |
download | emacs-69582fcd16d902bddecf0bda2a781e1a23404d46.tar.gz |
menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index d831744f311..2d5b6d51aa6 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1055,7 +1055,7 @@ mail status in mode line")) (define-key menu-bar-options-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." + "Use shifted movement keys to set and extend the region" (:visible (and (boundp 'cua-enable-cua-keys) (not cua-enable-cua-keys))))) |