summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorYuuki Harano <masm+github@masm11.me>2021-05-03 21:33:53 +0900
committerYuuki Harano <masm+github@masm11.me>2021-05-03 21:33:53 +0900
commit704b765eaaee82176e26ab084c26d65311fd46d3 (patch)
tree15d9280e45e31f2bff755cd176f498c89a7b3875 /lisp/menu-bar.el
parent66a36f1e5a323aed3d39db1044a1b71373123832 (diff)
parent1dafab893652c42be807e9a44005413cb7915f81 (diff)
downloademacs-704b765eaaee82176e26ab084c26d65311fd46d3.tar.gz
emacs-704b765eaaee82176e26ab084c26d65311fd46d3.tar.bz2
emacs-704b765eaaee82176e26ab084c26d65311fd46d3.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 4042a80d50d..bd981ea0b01 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1882,6 +1882,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 [describe-command]
+ '(menu-item "Describe Command..." describe-command
+ :help "Display documentation of 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"))