emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6ff8c47: Add `info-lookup-symbol' to the menu


From: Lars Ingebrigtsen
Subject: master 6ff8c47: Add `info-lookup-symbol' to the menu
Date: Thu, 23 Sep 2021 17:40:10 -0400 (EDT)

branch: master
commit 6ff8c47cf02573fe05127e03dfae44fe2eb69db8
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 e84eec5..ede8186 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]