diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-05 11:34:32 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-09-05 12:02:20 +0200 |
commit | 73a90cda4a8d38aa20a3e4758894d358ee78646c (patch) | |
tree | 9c5347e2226df978867a34b9f56c2078f5142b12 | |
parent | 8f2e8add98cff07fb671f7a143d516e20df86566 (diff) | |
download | emacs-73a90cda4a8d38aa20a3e4758894d358ee78646c.tar.gz emacs-73a90cda4a8d38aa20a3e4758894d358ee78646c.tar.bz2 emacs-73a90cda4a8d38aa20a3e4758894d358ee78646c.zip |
Clarify completion-list-mode NEWS entry
* etc/NEWS: Clarify completion-list-mode entry (bug#50394).
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -555,9 +555,11 @@ including the newlines that separate the lines. * Changes in Specialized Modes and Packages in Emacs 28.1 ** Completion List Mode -New key bindings have been added: 'n' and 'p' to navigate completions, -and 'M-g M-c' to switch to the minibuffer, and you can also switch back -to the completion list buffer with 'M-g M-c'. + +*** New key bindings have been added to 'completion-list-mode': 'n' +and 'p' now navigate completions, and 'M-g M-c' switches to the +minibuffer, and you can also switch back to the completion list buffer +with 'M-g M-c'. ** Benchmark *** New function 'benchmark-call' to measure the execution time of a function. |