summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-05-08 16:44:05 +0300
committerEli Zaretskii <eliz@gnu.org>2024-05-08 16:44:05 +0300
commit74c6b59af15d7e7f7456eff3620619a1b2e82c51 (patch)
tree0ad34bfe8de89d70cbf0deab1089a53e3e478d68
parent3d65d4306b98efba59ffabe86d8c99e6f37cd8d2 (diff)
downloademacs-74c6b59af15d7e7f7456eff3620619a1b2e82c51.tar.gz
emacs-74c6b59af15d7e7f7456eff3620619a1b2e82c51.tar.bz2
emacs-74c6b59af15d7e7f7456eff3620619a1b2e82c51.zip
; Advertise scroll bars some more
* doc/emacs/display.texi (Scrolling, Horizontal Scrolling): Mention the scroll bars as alternative means of scrolling.
-rw-r--r--doc/emacs/display.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 6db9e8344c6..9ca5888bd5d 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -175,6 +175,9 @@ scroll the current window by one line at a time. If you intend to use
any of these commands, you might want to give them key bindings
(@pxref{Init Rebinding}).
+ On graphical displays, you can also scroll a window using the scroll
+bar; @pxref{Scroll Bars}.
+
@node Recentering
@section Recentering
@@ -405,6 +408,10 @@ than the amount you previously set by @code{scroll-left}. When
other than the one showing the cursor will be scrolled by that minimal
amount.
+ On graphical displays, you can scroll a window horizontally using
+the horizontal scroll bar, if you turn on the optional
+@code{horizontal-scroll-bar-mode}; @pxref{Scroll Bars}.
+
@node Narrowing
@section Narrowing
@cindex widening