]> git.eshelyaron.com Git - emacs.git/commitdiff
Add `info-lookup-symbol' to the menu
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 23 Sep 2021 21:38:21 +0000 (23:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 23 Sep 2021 21:38:21 +0000 (23:38 +0200)
* lisp/menu-bar.el (menu-bar-search-documentation-menu): Add entry
for `info-lookup-symbol' (bug#50759).

lisp/menu-bar.el

index e84eec5002ce27b0741484f2180a8636376e04e0..ede8186782567d4a74d6d63783f983a1d759febf 100644 (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"))