aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b559b9c93a6..6bb48fe59b0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -69,8 +69,9 @@ Use `set-scroll-bar-mode' to change this.
69with Xft. 69with 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
73of buffer at first key-press (instead moves to top/bottom of buffer). 73of buffer at first key-press (instead moves to top/bottom of buffer)
74when 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'
76scroll a line instead of full screen. 77scroll a line instead of full screen.