diff options
| author | Juri Linkov | 2020-01-30 01:42:11 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-01-30 01:42:11 +0200 |
| commit | 5db3324a7e11280437e69e27fe364dfd80b66ca2 (patch) | |
| tree | fea0a143bc4ad5033e43f9b6f1012ef5be7274ee /etc | |
| parent | bb3b0990d8505342ae14841144778df9e650ebdc (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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 | ||
| 113 | shows 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. |
| 113 | Instead, it considers window configurations to be equal only if they | 116 | Instead, it considers window configurations to be equal only if they |
| 114 | are 'eq'. To compare contents, use 'compare-window-configurations' | 117 | are 'eq'. To compare contents, use 'compare-window-configurations' |