diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -564,12 +564,12 @@ variable is found in `default-indicate-empty-lines'. | |||
| 564 | When scrolling up because point is above the window start, if the | 564 | When scrolling up because point is above the window start, if the |
| 565 | value of the buffer-local variable `scroll-up-aggessively' is a | 565 | value of the buffer-local variable `scroll-up-aggessively' is a |
| 566 | number, Emacs chooses a new window start so that point ends up that | 566 | number, Emacs chooses a new window start so that point ends up that |
| 567 | fraction of the window's height from the bottom of the window. | 567 | fraction of the window's height from the top of the window. |
| 568 | 568 | ||
| 569 | When scrolling down because point is below the window end, if the | 569 | When scrolling down because point is below the window end, if the |
| 570 | value of the buffer-local variable `scroll-down-aggessively' is a | 570 | value of the buffer-local variable `scroll-down-aggessively' is a |
| 571 | number, Emacs chooses a new window start so that point ends up that | 571 | number, Emacs chooses a new window start so that point ends up that |
| 572 | fraction of the window's height from the top of the window. | 572 | fraction 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, |
| 575 | notably at the end of lines. | 575 | notably at the end of lines. |