aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPo Lu2022-03-11 19:38:45 +0800
committerPo Lu2022-03-11 19:38:45 +0800
commit92ebfe7da4af5c60d33538d3526ef06d2a0142c4 (patch)
tree0625a084240983d1d8e4d16f3af238511c3760c6 /src
parentfc987de94b1aaaf25391a3cc2b7fffdf5e35dccf (diff)
downloademacs-92ebfe7da4af5c60d33538d3526ef06d2a0142c4.tar.gz
emacs-92ebfe7da4af5c60d33538d3526ef06d2a0142c4.zip
* src/frame.c (scroll_bar_adjust_thumb_portion_p): Adjust doc string.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index b3990ae2aa5..0ec7057db20 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -6270,7 +6270,7 @@ Setting this variable does not affect existing frames, only new ones. */);
6270 6270
6271 DEFVAR_BOOL ("scroll-bar-adjust-thumb-portion", 6271 DEFVAR_BOOL ("scroll-bar-adjust-thumb-portion",
6272 scroll_bar_adjust_thumb_portion_p, 6272 scroll_bar_adjust_thumb_portion_p,
6273 doc: /* Adjust thumb for overscrolling for Gtk+ and MOTIF. 6273 doc: /* Adjust scroll bars for overscrolling for Gtk+, Motif and Haiku.
6274Non-nil means adjust the thumb in the scroll bar so it can be dragged downwards 6274Non-nil means adjust the thumb in the scroll bar so it can be dragged downwards
6275even if the end of the buffer is shown (i.e. overscrolling). 6275even if the end of the buffer is shown (i.e. overscrolling).
6276Set to nil if you want the thumb to be at the bottom when the end of the buffer 6276Set to nil if you want the thumb to be at the bottom when the end of the buffer