summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-02-28 23:37:19 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-02-28 23:37:19 +0000
commitb374f54d1e18e64215ce78c6c32da3dd0c269fc5 (patch)
treee5af113853493355360332a298c047a7e6f0b088 /lisp/menu-bar.el
parent449d63fdc079b495275ba7ba7930b412f3d795c5 (diff)
downloademacs-b374f54d1e18e64215ce78c6c32da3dd0c269fc5.tar.gz
(menu-bar-manuals-menu): Fix typo.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
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")))