aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2010-02-28 23:37:19 +0000
committerKatsumi Yamaoka2010-02-28 23:37:19 +0000
commitb374f54d1e18e64215ce78c6c32da3dd0c269fc5 (patch)
treee5af113853493355360332a298c047a7e6f0b088
parent449d63fdc079b495275ba7ba7930b412f3d795c5 (diff)
downloademacs-b374f54d1e18e64215ce78c6c32da3dd0c269fc5.tar.gz
emacs-b374f54d1e18e64215ce78c6c32da3dd0c269fc5.zip
(menu-bar-manuals-menu): Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/menu-bar.el2
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 @@
12010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
4
12010-02-28 Jan Djärv <jan.h.d@swipnet.se> 52010-02-28 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654. 7 * 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")))
1500(define-key menu-bar-manuals-menu [emacs-lisp-reference] 1500(define-key menu-bar-manuals-menu [emacs-lisp-reference]
1501 `(menu-item ,(purecopy "Emacs Lisp Reference") menu-bar-read-lispref 1501 `(menu-item ,(purecopy "Emacs Lisp Reference") menu-bar-read-lispref
1502 :help ,(purecopy "Read the Emacs Lisp Reference manual"))) 1502 :help ,(purecopy "Read the Emacs Lisp Reference manual")))
1503(define-key menu-bar-manuals-menu [emac-lisp-intro] 1503(define-key menu-bar-manuals-menu [emacs-lisp-intro]
1504 `(menu-item ,(purecopy "Introduction to Emacs Lisp") menu-bar-read-lispintro 1504 `(menu-item ,(purecopy "Introduction to Emacs Lisp") menu-bar-read-lispintro
1505 :help ,(purecopy "Read the Introduction to Emacs Lisp Programming"))) 1505 :help ,(purecopy "Read the Introduction to Emacs Lisp Programming")))
1506 1506