+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
(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)))))