From: Eli Zaretskii Date: Sun, 5 Sep 2021 10:33:46 +0000 (+0300) Subject: ; * etc/NEWS: Fix a recent change. X-Git-Tag: emacs-28.0.90~1163 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c7a47b86ebfa05734ebf67d49012c8e336801a6;p=emacs.git ; * etc/NEWS: Fix a recent change. --- diff --git a/etc/NEWS b/etc/NEWS index 1ec8dd058f2..72f0d661da0 100644 --- 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.