aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6c3ef675d5e..4a4ddb00c62 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -564,12 +564,12 @@ variable is found in `default-indicate-empty-lines'.
564When scrolling up because point is above the window start, if the 564When scrolling up because point is above the window start, if the
565value of the buffer-local variable `scroll-up-aggessively' is a 565value of the buffer-local variable `scroll-up-aggessively' is a
566number, Emacs chooses a new window start so that point ends up that 566number, Emacs chooses a new window start so that point ends up that
567fraction of the window's height from the bottom of the window. 567fraction of the window's height from the top of the window.
568 568
569When scrolling down because point is below the window end, if the 569When scrolling down because point is below the window end, if the
570value of the buffer-local variable `scroll-down-aggessively' is a 570value of the buffer-local variable `scroll-down-aggessively' is a
571number, Emacs chooses a new window start so that point ends up that 571number, Emacs chooses a new window start so that point ends up that
572fraction of the window's height from the top of the window. 572fraction of the window's height from the bottom of the window.
573 573
574** The rectangle commands now avoid inserting undesirable spaces, 574** The rectangle commands now avoid inserting undesirable spaces,
575notably at the end of lines. 575notably at the end of lines.