diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-02-28 23:37:19 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-02-28 23:37:19 +0000 |
commit | b374f54d1e18e64215ce78c6c32da3dd0c269fc5 (patch) | |
tree | e5af113853493355360332a298c047a7e6f0b088 | |
parent | 449d63fdc079b495275ba7ba7930b412f3d795c5 (diff) | |
download | emacs-b374f54d1e18e64215ce78c6c32da3dd0c269fc5.tar.gz |
(menu-bar-manuals-menu): Fix typo.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/menu-bar.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a8105a7aeb..f69df07cf2c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index d740cfce90f..d831744f311 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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"))) |