diff options
| author | Basil L. Contovounesios | 2020-08-14 23:32:48 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2020-08-14 23:32:48 +0100 |
| commit | ca6c3bec0769d8ac7a49cdb8d2580add5485366e (patch) | |
| tree | 6807d7faff85886e96dab858c7bf8ad587f7c6d9 | |
| parent | 42c19b74854eb6406f2bd7f6fd6a9be584f300a3 (diff) | |
| download | emacs-ca6c3bec0769d8ac7a49cdb8d2580add5485366e.tar.gz emacs-ca6c3bec0769d8ac7a49cdb8d2580add5485366e.zip | |
; Touch up last two changes to etc/NEWS
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -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 | 790 | The new commands 'doc-view-center-page-horizontally' (bound to 'c h') |
| 791 | page vertically. | 791 | and 'doc-view-center-page-vertically' (bound to 'c v') center the page |
| 792 | horizontally 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'. |
| 795 | Previously, choosing a different completion with commands like 'C-.' | 796 | Previously, choosing a different completion with commands like 'C-.' |
| 796 | and then hitting enter would choose the default completion. Doung | 797 | and then hitting RET would choose the default completion. Doing this |
| 797 | this will now choose the completion under point. | 798 | will 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'. |