changeset 107296:2f2621fb6331

(menu-bar-manuals-menu): Fix typo.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 28 Feb 2010 23:38:45 +0000
parents 349c5e0bbe82 (current diff) 20bfefe13c4c (diff)
children 8b08de8dc0aa
files
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 28 16:34:58 2010 -0500
+++ b/lisp/ChangeLog	Sun Feb 28 23:38:45 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 16:34:58 2010 -0500
+++ b/lisp/menu-bar.el	Sun Feb 28 23:38:45 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")))