(menu-bar-manuals-menu): Fix typo.
This commit is contained in:
parent
449d63fdc0
commit
b374f54d1e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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 [emacs-lisp-intro]
|
||||
`(menu-item ,(purecopy "Introduction to Emacs Lisp") menu-bar-read-lispintro
|
||||
:help ,(purecopy "Read the Introduction to Emacs Lisp Programming")))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue