# HG changeset patch # User Eli Zaretskii # Date 1148157759 0 # Node ID 757874788485e9d01696f6eb77769cc9d4f9fb85 # Parent 5c421372c34a260fe0592c6fcf7498494f891561 (menu-bar-manuals-menu) : New menu item. diff -r 5c421372c34a -r 757874788485 lisp/menu-bar.el --- a/lisp/menu-bar.el Sat May 20 20:17:49 2006 +0000 +++ b/lisp/menu-bar.el Sat May 20 20:42:39 2006 +0000 @@ -1338,6 +1338,9 @@ (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"))