aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2010-04-14 03:43:54 +0300
committerJuri Linkov2010-04-14 03:43:54 +0300
commit7b05466ff6721988517519081078b19fffeecd09 (patch)
tree46a9ff6f927e99516677966da639ccb97442512b /etc
parent3212974649ca9415a3a4a5197a169a0160a6b36f (diff)
downloademacs-7b05466ff6721988517519081078b19fffeecd09.tar.gz
emacs-7b05466ff6721988517519081078b19fffeecd09.zip
Add variable scroll-error-top-bottom.
http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html * simple.el (scroll-error-top-bottom): New defcustom. (scroll-up-command, scroll-down-command): Use it. Doc fix. * emulation/pc-select.el (pc-select-override-scroll-error): Obsolete in favor of `scroll-error-top-bottom'.
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.