diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-05-03 21:33:53 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-05-03 21:33:53 +0900 |
commit | 704b765eaaee82176e26ab084c26d65311fd46d3 (patch) | |
tree | 15d9280e45e31f2bff755cd176f498c89a7b3875 /lisp/menu-bar.el | |
parent | 66a36f1e5a323aed3d39db1044a1b71373123832 (diff) | |
parent | 1dafab893652c42be807e9a44005413cb7915f81 (diff) | |
download | emacs-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.el | 3 |
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")) |