emacs-diffs
[Top][All Lists]
Advanced

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

master 07eb3df 1/2: Add a shortdoc menu entry


From: Lars Ingebrigtsen
Subject: master 07eb3df 1/2: Add a shortdoc menu entry
Date: Sun, 11 Oct 2020 18:08:13 -0400 (EDT)

branch: master
commit 07eb3df2b5d6a888afc7e061a844cc240e84396a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add a shortdoc menu entry
    
    * lisp/menu-bar.el (menu-bar-describe-menu): Add a shortdoc menu
    entry.
---
 lisp/menu-bar.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 1b3e102..da4ad97 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1881,6 +1881,9 @@ they ran"))
     (bindings--define-key menu [describe-function]
       '(menu-item "Describe Function..." describe-function
                   :help "Display documentation of function/command"))
+    (bindings--define-key menu [shortdoc-display-group]
+      '(menu-item "Function Group Overview..." shortdoc-display-group
+                  :help "Display a function overview for a specific topic"))
     (bindings--define-key menu [describe-key-1]
       '(menu-item "Describe Key or Mouse Operation..." describe-key
                   ;; Users typically don't identify keys and menu items...



reply via email to

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