From: Juanma Barranquero Date: Thu, 17 Jun 2010 10:45:25 +0000 (+0200) Subject: menu-bar.el (menu-bar-options-menu): Fix typo in menu entry. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~52^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69582fcd16d902bddecf0bda2a781e1a23404d46;p=emacs.git menu-bar.el (menu-bar-options-menu): Fix typo in menu entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eb6c15841f7..9308fbcc773 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-06-17 Juanma Barranquero + + * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry. + 2010-06-17 Chong Yidong * emacs-lisp/package.el (package-archive-base): Point to 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)))))