Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69582fcd
Commit
69582fcd
authored
Jun 17, 2010
by
Juanma Barranquero
Browse files
menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
parent
44198b6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
69582fcd
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
...
...
lisp/menu-bar.el
View file @
69582fcd
...
...
@@ -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)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment