From 6ff8c47cf02573fe05127e03dfae44fe2eb69db8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 23 Sep 2021 23:38:21 +0200 Subject: [PATCH] Add `info-lookup-symbol' to the menu * lisp/menu-bar.el (menu-bar-search-documentation-menu): Add entry for `info-lookup-symbol' (bug#50759). --- lisp/menu-bar.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index e84eec5002c..ede81867825 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1960,6 +1960,9 @@ key, a click, or a menu-item")) :help "Find commands whose names match a regexp")) (bindings--define-key menu [sep1] menu-bar-separator) + (bindings--define-key menu [lookup-symbol-in-manual] + '(menu-item "Look Up Symbol in Manual..." info-lookup-symbol + :help "Display manual section that describes a symbol")) (bindings--define-key menu [lookup-command-in-manual] '(menu-item "Look Up Command in User Manual..." Info-goto-emacs-command-node :help "Display manual section that describes a command")) -- 2.39.2