From a94e469c943656fbd04ff4a6198c9e7d228d20bc Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Tue, 9 Jul 2024 18:49:10 +0200 Subject: [PATCH] Add 'minibuffer-action' to 'info-apropos' --- lisp/info.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/info.el b/lisp/info.el index 413af04f95f..b1732429c40 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -3876,6 +3876,10 @@ Display a menu of the possible matches." (push (list nodename string (Info-apropos-matches string regexp)) Info-apropos-nodes) (Info-find-node Info-apropos-file nodename))))) + +(put 'info-apropos 'minibuffer-action + (cons (lambda (s) (save-selected-window(info-apropos s))) "apropos")) + (add-to-list 'Info-virtual-files '("\\`\\*Finder.*\\*\\'" -- 2.39.2