1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Add `info-lookup-symbol' to the menu

* lisp/menu-bar.el (menu-bar-search-documentation-menu): Add entry
for `info-lookup-symbol' (bug#50759).
This commit is contained in:
Lars Ingebrigtsen 2021-09-23 23:38:21 +02:00
parent 794c5a0ba7
commit 6ff8c47cf0

View File

@ -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"))