aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-12-22 09:45:13 +0800
committerXue Fuqiao2013-12-22 09:45:13 +0800
commitdaef8ab14060424f69810348b6821356d87b5ec0 (patch)
treed4b9a791364acec8b44ab7865ae3bc36b6835860
parentdc20a9d23dca31c303eb6b9242441fbced14576f (diff)
downloademacs-daef8ab14060424f69810348b6821356d87b5ec0.tar.gz
emacs-daef8ab14060424f69810348b6821356d87b5ec0.zip
Document `scroll-bar-adjust-thumb-portion'.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/frames.texi11
-rw-r--r--etc/NEWS1
3 files changed, 16 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 850c38a4dd4..a3ec110bcd2 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12013-12-22 Xue Fuqiao <xfq.free@gmail.com>
2
3 * frames.texi (Scroll Bars): Document `scroll-bar-adjust-thumb-portion'.
4
12013-12-21 Chong Yidong <cyd@gnu.org> 52013-12-21 Chong Yidong <cyd@gnu.org>
2 6
3 * indent.texi (Indentation Commands): Document C-x TAB changes. 7 * indent.texi (Indentation Commands): Document C-x TAB changes.
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index d2c25b9dc05..3f4d6b12704 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -930,6 +930,17 @@ or disable the scroll bars (@pxref{Resources}). To control the scroll
930bar width, change the @code{scroll-bar-width} frame parameter 930bar width, change the @code{scroll-bar-width} frame parameter
931(@pxref{Frame Parameters,,, elisp, The Emacs Lisp Reference Manual}). 931(@pxref{Frame Parameters,,, elisp, The Emacs Lisp Reference Manual}).
932 932
933@vindex scroll-bar-adjust-thumb-portion
934@cindex overscrolling
935If you're using Emacs on X (with GTK+ or Motif), you can customize the
936variable @code{scroll-bar-adjust-thumb-portion} to control
937@dfn{overscrolling} of the scroll bar, i.e. dragging the thumb down even
938when the end of the buffer is visible. If its value is
939non-@code{nil}, the scroll bar can be dragged downwards even if the
940end of the buffer is shown; if @code{nil}, the thumb will be at the
941bottom when the end of the buffer is shown. You can not over-scroll
942when the entire buffer is visible.
943
933@node Drag and Drop 944@node Drag and Drop
934@section Drag and Drop 945@section Drag and Drop
935@cindex drag and drop 946@cindex drag and drop
diff --git a/etc/NEWS b/etc/NEWS
index 06e56e7a137..05005721e28 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -179,6 +179,7 @@ As a command, it was a special case of `C-x 2' (`split-window-below'),
179and as such superfluous. After being reimplemented in Lisp, its 179and as such superfluous. After being reimplemented in Lisp, its
180interactive form was mistakenly retained. 180interactive form was mistakenly retained.
181 181
182+++
182*** New option `scroll-bar-adjust-thumb-portion'. 183*** New option `scroll-bar-adjust-thumb-portion'.
183Available only on X, this option allows to control over-scrolling 184Available only on X, this option allows to control over-scrolling
184using the scroll bar (i.e. dragging the thumb down even when the end 185using the scroll bar (i.e. dragging the thumb down even when the end