]> git.eshelyaron.com Git - emacs.git/commitdiff
menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Jun 2010 10:45:25 +0000 (12:45 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 17 Jun 2010 10:45:25 +0000 (12:45 +0200)
lisp/ChangeLog
lisp/menu-bar.el

index eb6c15841f74984c6c4b4717870acb8f45c1bf3e..9308fbcc773c62c87354f50aab6fc14a3f787ed7 100644 (file)
@@ -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
index d831744f31139d2aa7fd9a1a634a91723fef7255..2d5b6d51aa62504f3763b232c45bafc5c8981068 100644 (file)
@@ -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)))))