diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -69,8 +69,9 @@ Use `set-scroll-bar-mode' to change this. | |||
| 69 | with Xft. | 69 | with Xft. |
| 70 | 70 | ||
| 71 | ** New scrolling commands `scroll-up-command' and `scroll-down-command' | 71 | ** New scrolling commands `scroll-up-command' and `scroll-down-command' |
| 72 | (bound to [next] and [prior]) does not signal errors at top/bottom | 72 | (bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom |
| 73 | of buffer at first key-press (instead moves to top/bottom of buffer). | 73 | of buffer at first key-press (instead moves to top/bottom of buffer) |
| 74 | when a new variable `scroll-error-top-bottom' is non-nil. | ||
| 74 | 75 | ||
| 75 | ** New scrolling commands `scroll-up-line' and `scroll-down-line' | 76 | ** New scrolling commands `scroll-up-line' and `scroll-down-line' |
| 76 | scroll a line instead of full screen. | 77 | scroll a line instead of full screen. |