summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-09-05 11:34:32 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-09-05 12:02:20 +0200
commit73a90cda4a8d38aa20a3e4758894d358ee78646c (patch)
tree9c5347e2226df978867a34b9f56c2078f5142b12
parent8f2e8add98cff07fb671f7a143d516e20df86566 (diff)
downloademacs-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/NEWS8
1 files changed, 5 insertions, 3 deletions
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.