aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky2017-02-02 21:35:51 -0500
committerNoam Postavsky2017-02-02 21:35:51 -0500
commitce88155d83ba84e84321ed69a39c82f40117dd1f (patch)
treeb56e2f89a597cb407747639c02333dde7e4552ba /etc
parent604724e49d7b44dc663ad941998a0a44aa4fc178 (diff)
parentda515a0d8e97d89a1c7e60faea190174a8c72618 (diff)
downloademacs-ce88155d83ba84e84321ed69a39c82f40117dd1f.tar.gz
emacs-ce88155d83ba84e84321ed69a39c82f40117dd1f.zip
; Merge: fixes and updates to scroll margin (Bug#5718)
- add new option `maximum-sroll-margin' - refactor and fix scroll margin calculation
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ddd40fa8535..617f39f9b4c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -307,6 +307,11 @@ local part of a remote file name. Thus, if you have a directory named
307"/~" on the remote host "foo", you can prevent it from being 307"/~" on the remote host "foo", you can prevent it from being
308substituted by a home directory by writing it as "/foo:/:/~/file". 308substituted by a home directory by writing it as "/foo:/:/~/file".
309 309
310+++
311** The new variable 'maximum-scroll-margin' allows having effective
312settings of 'scroll-margin' up to half the window size, instead of
313always restricting the margin to a quarter of the window.
314
310 315
311* Editing Changes in Emacs 26.1 316* Editing Changes in Emacs 26.1
312 317