summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-04-25 21:14:24 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-04-25 21:14:33 +0200
commitfd1ca094bc43d8fab859e7b78280f9f9693105f1 (patch)
tree048cb95532acc247a6c96af954a52eb948e49a53 /etc
parentf2a4dc66c20f1a787b9cfd7fabbd36dd045c1ecc (diff)
downloademacs-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/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2048e5aa984..89a8c34df91 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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