]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix a recent change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Sep 2021 10:33:46 +0000 (13:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 5 Sep 2021 10:33:46 +0000 (13:33 +0300)
etc/NEWS

index 1ec8dd058f2bbf19860512db36f25085736a7744..72f0d661da09899824cbc919e775e48ef1362006 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -556,10 +556,9 @@ including the newlines that separate the lines.
 
 ** Completion List Mode
 
-*** 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'.
+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 back to the completion list buffer.
 
 ** Benchmark
 *** New function 'benchmark-call' to measure the execution time of a function.