From: Lars Ingebrigtsen Date: Thu, 23 Sep 2021 21:38:21 +0000 (+0200) Subject: Add `info-lookup-symbol' to the menu X-Git-Tag: emacs-28.0.90~698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ff8c47cf02573fe05127e03dfae44fe2eb69db8;p=emacs.git Add `info-lookup-symbol' to the menu * lisp/menu-bar.el (menu-bar-search-documentation-menu): Add entry for `info-lookup-symbol' (bug#50759). --- 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"))