aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-23 09:37:23 +0000
committerGerd Moellmann2000-08-23 09:37:23 +0000
commitd5951185ea124650a08dd1995b66001bfbd12165 (patch)
tree42e6f76a3f82f0804c607942823fa8f8325a424b
parent78a629d2f5d3d907703b78c6a9a331c3596d7c2b (diff)
downloademacs-d5951185ea124650a08dd1995b66001bfbd12165.tar.gz
emacs-d5951185ea124650a08dd1995b66001bfbd12165.zip
*** empty log message ***
-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.