diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-25 21:14:24 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-25 21:14:33 +0200 |
commit | fd1ca094bc43d8fab859e7b78280f9f9693105f1 (patch) | |
tree | 048cb95532acc247a6c96af954a52eb948e49a53 /etc | |
parent | f2a4dc66c20f1a787b9cfd7fabbd36dd045c1ecc (diff) | |
download | emacs-fd1ca094bc43d8fab859e7b78280f9f9693105f1.tar.gz emacs-fd1ca094bc43d8fab859e7b78280f9f9693105f1.tar.bz2 emacs-fd1ca094bc43d8fab859e7b78280f9f9693105f1.zip |
Change the display of menu bindings in *Help*
* lisp/help-fns.el (help-fns--insert-menu-bindings): New function
to describe menu entries more fully (bug#52870).
(help-fns--key-bindings): Use it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -416,6 +416,18 @@ command also works for non-Emoji characters.) ** Help +--- +*** Commands like 'C-h f' have changed how they describe menu bindings. +For instance, previously a command might be described as having the +following bindings: + + It is bound to <open>, C-x C-f, <menu-bar> <file> <new-file>. + +This has been changed to: + + It is bound to <open> and C-x C-f. + It can also be invoked from the menu: File → Visit New File.... + +++ *** The 'C-h .' command now accepts a prefix argument. 'C-u C-h .' would previously inhibit displaying a warning message if |