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
b374f54d
Commit
b374f54d
authored
Feb 28, 2010
by
Katsumi Yamaoka
Browse files
(menu-bar-manuals-menu): Fix typo.
parent
449d63fd
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 @
b374f54d
2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
* menu-bar.el (menu-bar-manuals-menu): Fix typo.
2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
* scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
...
...
lisp/menu-bar.el
View file @
b374f54d
...
...
@@ -1500,7 +1500,7 @@ key, a click, or a menu-item")))
(define-key menu-bar-manuals-menu [emacs-lisp-reference]
`(menu-item ,(purecopy "
Emacs
Lisp
Reference
") menu-bar-read-lispref
:help ,(purecopy "
Read
the
Emacs
Lisp
Reference
manual
")))
(define-key menu-bar-manuals-menu [emac-lisp-intro]
(define-key menu-bar-manuals-menu [emac
s
-lisp-intro]
`(menu-item ,(purecopy "
Introduction
to
Emacs
Lisp
") menu-bar-read-lispintro
:help ,(purecopy "
Read
the
Introduction
to
Emacs
Lisp
Programming
")))
...
...
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