From 69582fcd16d902bddecf0bda2a781e1a23404d46 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 17 Jun 2010 12:45:25 +0200 Subject: [PATCH] menu-bar.el (menu-bar-options-menu): Fix typo in menu entry. --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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))))) -- 2.39.2