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:
parent
794c5a0ba7
commit
6ff8c47cf0
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user