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 /lisp/menu-bar.el | |
parent | 449d63fdc079b495275ba7ba7930b412f3d795c5 (diff) | |
download | emacs-b374f54d1e18e64215ce78c6c32da3dd0c269fc5.tar.gz |
(menu-bar-manuals-menu): Fix typo.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
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"))) |