From 07eb3df2b5d6a888afc7e061a844cc240e84396a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 12 Oct 2020 00:03:15 +0200 Subject: [PATCH] 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 1b3e102cfa7..da4ad9799bd 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... -- 2.39.5