]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-manuals-menu): Fix typo.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 28 Feb 2010 23:37:19 +0000 (23:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 28 Feb 2010 23:37:19 +0000 (23:37 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 0a8105a7aebebe58a305fc015cd8dee81885b2ed..f69df07cf2caa12767a022bf9e175f0e48c12b19 100644 (file)
@@ -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.
index d740cfce90f43c467ee05cee954781cb93497286..d831744f31139d2aa7fd9a1a634a91723fef7255 100644 (file)
@@ -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")))