From: Lars Ingebrigtsen Date: Sun, 5 Sep 2021 09:34:32 +0000 (+0200) Subject: Clarify completion-list-mode NEWS entry X-Git-Tag: emacs-28.0.90~1165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73a90cda4a8d38aa20a3e4758894d358ee78646c;p=emacs.git Clarify completion-list-mode NEWS entry * etc/NEWS: Clarify completion-list-mode entry (bug#50394). --- diff --git a/etc/NEWS b/etc/NEWS index 55fbcf2b645..1ec8dd058f2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.