diff lisp/menu-bar.el @ 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 20bfefe13c4c
children c138aa96dae8
line wrap: on
line diff
--- 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)))))