]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify completion-list-mode NEWS entry
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Sep 2021 09:34:32 +0000 (11:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Sep 2021 10:02:20 +0000 (12:02 +0200)
* etc/NEWS: Clarify completion-list-mode entry (bug#50394).

etc/NEWS

index 55fbcf2b64507929d3a4ba6ed9f50f5bebdf72f1..1ec8dd058f2bbf19860512db36f25085736a7744 100644 (file)
--- 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.