changeset 109017:1bf6e768d93b

menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 17 Jun 2010 12:45:25 +0200
parents d73c5483c3d2
children 3fa4756bb7be
files lisp/ChangeLog lisp/menu-bar.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 16 22:08:10 2010 -0400
+++ b/lisp/ChangeLog	Thu Jun 17 12:45:25 2010 +0200
@@ -1,3 +1,7 @@
+2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
+
+	* menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
+
 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
 
 	* emacs-lisp/package.el (package-archive-base): Point to
--- a/lisp/menu-bar.el	Wed Jun 16 22:08:10 2010 -0400
+++ b/lisp/menu-bar.el	Thu Jun 17 12:45:25 2010 +0200
@@ -1055,7 +1055,7 @@
 (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)))))