aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-01-30 01:42:11 +0200
committerJuri Linkov2020-01-30 01:42:11 +0200
commit5db3324a7e11280437e69e27fe364dfd80b66ca2 (patch)
treefea0a143bc4ad5033e43f9b6f1012ef5be7274ee /etc
parentbb3b0990d8505342ae14841144778df9e650ebdc (diff)
downloademacs-5db3324a7e11280437e69e27fe364dfd80b66ca2.tar.gz
emacs-5db3324a7e11280437e69e27fe364dfd80b66ca2.zip
Show key bindings on M-x completion (bug#39035)
* lisp/simple.el (read-extended-command--annotation): New function. (read-extended-command): Use annotation-function to show key-bindings.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5395f2ccfb2..04ae3a4ac86 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -109,6 +109,9 @@ like cell phones, tablets or cameras.
109 109
110* Incompatible Lisp Changes in Emacs 28.1 110* Incompatible Lisp Changes in Emacs 28.1
111 111
112** When 'suggest-key-bindings' is non-nil, the completion list of M-x
113shows equivalent key-bindings for all commands that have them.
114
112** 'equal' no longer examines some contents of window configurations. 115** 'equal' no longer examines some contents of window configurations.
113Instead, it considers window configurations to be equal only if they 116Instead, it considers window configurations to be equal only if they
114are 'eq'. To compare contents, use 'compare-window-configurations' 117are 'eq'. To compare contents, use 'compare-window-configurations'