changeset 107295:20bfefe13c4c

(menu-bar-manuals-menu): Fix typo.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 28 Feb 2010 23:37:19 +0000
parents 3e594dd367b8
children 2f2621fb6331
files lisp/ChangeLog lisp/menu-bar.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 28 21:55:28 2010 +0000
+++ b/lisp/ChangeLog	Sun Feb 28 23:37:19 2010 +0000
@@ -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.
--- a/lisp/menu-bar.el	Sun Feb 28 21:55:28 2010 +0000
+++ b/lisp/menu-bar.el	Sun Feb 28 23:37:19 2010 +0000
@@ -1500,7 +1500,7 @@
 (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")))