aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2020-08-14 23:32:48 +0100
committerBasil L. Contovounesios2020-08-14 23:32:48 +0100
commitca6c3bec0769d8ac7a49cdb8d2580add5485366e (patch)
tree6807d7faff85886e96dab858c7bf8ad587f7c6d9
parent42c19b74854eb6406f2bd7f6fd6a9be584f300a3 (diff)
downloademacs-ca6c3bec0769d8ac7a49cdb8d2580add5485366e.tar.gz
emacs-ca6c3bec0769d8ac7a49cdb8d2580add5485366e.zip
; Touch up last two changes to etc/NEWS
-rw-r--r--etc/NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 53e60cdb5ca..8cd845a7b9d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -786,15 +786,16 @@ digits.
786** Miscellaneous 786** Miscellaneous
787 787
788--- 788---
789*** Two new commands for centering in 'doc-view-mode' 789*** Two new commands for centering in 'doc-view-mode'.
790'c h' will now center the page horizonally, and 'c v' will center the 790The new commands 'doc-view-center-page-horizontally' (bound to 'c h')
791page vertically. 791and 'doc-view-center-page-vertically' (bound to 'c v') center the page
792horizontally and vertically, respectively.
792 793
793--- 794---
794*** 'icomplete-show-matches-on-no-input' behavior change 795*** Change in meaning of 'icomplete-show-matches-on-no-input'.
795Previously, choosing a different completion with commands like 'C-.' 796Previously, choosing a different completion with commands like 'C-.'
796and then hitting enter would choose the default completion. Doung 797and then hitting RET would choose the default completion. Doing this
797this will now choose the completion under point. 798will now choose the completion under point instead.
798 799
799--- 800---
800*** New user option 'term-scroll-snap-to-bottom'. 801*** New user option 'term-scroll-snap-to-bottom'.