aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-06-17 12:45:25 +0200
committerJuanma Barranquero2010-06-17 12:45:25 +0200
commit69582fcd16d902bddecf0bda2a781e1a23404d46 (patch)
tree1f28208b6f0c1b519f165a80477ebbfe20a122cb
parent44198b6ee97bcb0ac88a5cadd1bf9b62048d0156 (diff)
downloademacs-69582fcd16d902bddecf0bda2a781e1a23404d46.tar.gz
emacs-69582fcd16d902bddecf0bda2a781e1a23404d46.zip
menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/menu-bar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index eb6c15841f7..9308fbcc773 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-06-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4
12010-06-17 Chong Yidong <cyd@stupidchicken.com> 52010-06-17 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * emacs-lisp/package.el (package-archive-base): Point to 7 * 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"))
1055(define-key menu-bar-options-menu [cua-emulation-mode] 1055(define-key menu-bar-options-menu [cua-emulation-mode]
1056 (menu-bar-make-mm-toggle cua-mode 1056 (menu-bar-make-mm-toggle cua-mode
1057 "Shift movement mark region (CUA)" 1057 "Shift movement mark region (CUA)"
1058 "Use shifted movement keys to set and extend the region." 1058 "Use shifted movement keys to set and extend the region"
1059 (:visible (and (boundp 'cua-enable-cua-keys) 1059 (:visible (and (boundp 'cua-enable-cua-keys)
1060 (not cua-enable-cua-keys))))) 1060 (not cua-enable-cua-keys)))))
1061 1061