Mercurial > emacs
changeset 31124:265c24a487bf
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 23 Aug 2000 09:37:23 +0000 |
parents | 097593e77185 |
children | d504e7552c42 |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Aug 23 02:47:42 2000 +0000 +++ b/etc/NEWS Wed Aug 23 09:37:23 2000 +0000 @@ -564,12 +564,12 @@ When scrolling up because point is above the window start, if the value of the buffer-local variable `scroll-up-aggessively' is a number, Emacs chooses a new window start so that point ends up that -fraction of the window's height from the bottom of the window. +fraction of the window's height from the top of the window. When scrolling down because point is below the window end, if the value of the buffer-local variable `scroll-down-aggessively' is a number, Emacs chooses a new window start so that point ends up that -fraction of the window's height from the top of the window. +fraction of the window's height from the bottom of the window. ** The rectangle commands now avoid inserting undesirable spaces, notably at the end of lines.