From 372ef0ab5091c5940ad4ecf84c68f1cbad032c3b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 20 May 2006 20:43:15 +0000 Subject: [PATCH] (menu-bar-manuals-menu) : New menu item. --- lisp/ChangeLog | 2 ++ lisp/menu-bar.el | 3 +++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22fa406ae56..6289e3b11c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-05-20 Eli Zaretskii + * menu-bar.el (menu-bar-manuals-menu) : 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. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 0ec4339f822..34597f256e6 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")) -- 2.39.5