aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-05-24 09:13:31 +0000
committerKaroly Lorentey <[email protected]>2006-05-24 09:13:31 +0000
commit40a1b46245c1a8786324f5a06d6cb8d4bd9d5b74 (patch)
treef45020695e190f511f4faf4dd3ed144059f298c0 /lisp/menu-bar.el
parentdbe9f5ba9648890dc34f4836a49fde766b21ce74 (diff)
parent4ea5193b9cc5c577127ca6c89ecfaad819398d3b (diff)
Merged from [email protected]
Patches applied: * [email protected]/emacs--devo--0--patch-289 Update from CVS * [email protected]/emacs--devo--0--patch-290 Update from CVS * [email protected]/emacs--devo--0--patch-291 Update from CVS * [email protected]/emacs--devo--0--patch-292 Update from CVS * [email protected]/emacs--devo--0--patch-293 Update from CVS git-archimport-id: [email protected]/emacs--multi-tty--0--patch-567
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index a9987d589f..9615e2e7ff 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1338,6 +1338,9 @@ key, a click, or a menu-item"))
(define-key menu-bar-manuals-menu [order-emacs-manuals]
'(menu-item "Ordering Manuals" view-order-manuals
:help "How to order manuals from the Free Software Foundation"))
+(define-key menu-bar-manuals-menu [info-apropos]
+ '(menu-item "Lookup Subject in all manuals..." info-apropos
+ :help "Find description of a subject in all installed manuals"))
(define-key menu-bar-manuals-menu [info]
'(menu-item "All Other Manuals (Info)" Info-directory
:help "Read any of the installed manuals"))