(menu-bar-manuals-menu) <info-apropos>: New menu item.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2006 20:43:15 +0000 (20:43 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 May 2006 20:43:15 +0000 (20:43 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 22fa406..6289e3b 100644 (file)
@@ -1,5 +1,7 @@
 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
 
+       * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
+
        * info.el (info-apropos): Make sure current-file and current-node
        have non-nil values.  Speed up by using add-to-list instead of
        manual consing. 
index 0ec4339..34597f2 100644 (file)
@@ -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"))