]> git.eshelyaron.com Git - emacs.git/commitdiff
; Touch up last two changes to etc/NEWS
authorBasil L. Contovounesios <contovob@tcd.ie>
Fri, 14 Aug 2020 22:32:48 +0000 (23:32 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Fri, 14 Aug 2020 22:32:48 +0000 (23:32 +0100)
etc/NEWS

index 53e60cdb5ca4d46e360d5b43a37d102844875050..8cd845a7b9da0a84c1cdef8d202db586de8d31e7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -786,15 +786,16 @@ digits.
 ** Miscellaneous
 
 ---
-*** Two new commands for centering in 'doc-view-mode'
-'c h' will now center the page horizonally, and 'c v' will center the
-page vertically.
+*** Two new commands for centering in 'doc-view-mode'.
+The new commands 'doc-view-center-page-horizontally' (bound to 'c h')
+and 'doc-view-center-page-vertically' (bound to 'c v') center the page
+horizontally and vertically, respectively.
 
 ---
-*** 'icomplete-show-matches-on-no-input' behavior change
+*** Change in meaning of 'icomplete-show-matches-on-no-input'.
 Previously, choosing a different completion with commands like 'C-.'
-and then hitting enter would choose the default completion.  Doung
-this will now choose the completion under point.
+and then hitting RET would choose the default completion.  Doing this
+will now choose the completion under point instead.
 
 ---
 *** New user option 'term-scroll-snap-to-bottom'.