From: Lars Ingebrigtsen Date: Sun, 11 Oct 2020 22:03:15 +0000 (+0200) Subject: Add a shortdoc menu entry X-Git-Tag: emacs-28.0.90~5670 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07eb3df2b5d6a888afc7e061a844cc240e84396a;p=emacs.git Add a shortdoc menu entry * lisp/menu-bar.el (menu-bar-describe-menu): Add a shortdoc menu entry. --- 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...