Mercurial > emacs
changeset 70793:757874788485
(menu-bar-manuals-menu) <info-apropos>: New menu item.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 20 May 2006 20:42:39 +0000 |
parents | 5c421372c34a |
children | 6f2bfdfe1af7 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"))