]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor Scroll Bars clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 15 Aug 2019 05:07:10 +0000 (22:07 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 15 Aug 2019 05:07:10 +0000 (22:07 -0700)
* doc/emacs/frames.texi (Scroll Bars): Clarify what we mean by
"customize" here (bug#14321).

doc/emacs/frames.texi

index 55eb18f8b69af9d79588b787292bc9a473d48945..367ac43a0a4d6007f846d9b83a54e8c346d838e7 100644 (file)
@@ -989,13 +989,14 @@ frame, use the command @kbd{M-x toggle-scroll-bar}.
 
 @vindex scroll-bar-mode
   To control the use of vertical scroll bars at startup, customize the
-variable @code{scroll-bar-mode}.  Its value should be either
-@code{right} (put scroll bars on the right side of windows), @code{left}
-(put them on the left), or @code{nil} (disable vertical scroll bars).
-By default, Emacs puts scroll bars on the right if it was compiled with
-GTK+ support on the X Window System, and on MS-Windows or macOS; Emacs
-puts scroll bars on the left if compiled on the X Window System without
-GTK+ support (following the old convention for X applications).
+variable @code{scroll-bar-mode} (@pxref{Customization}).  Its value
+should be either @code{right} (put scroll bars on the right side of
+windows), @code{left} (put them on the left), or @code{nil} (disable
+vertical scroll bars).  By default, Emacs puts scroll bars on the
+right if it was compiled with GTK+ support on the X Window System, and
+on MS-Windows or macOS; Emacs puts scroll bars on the left if compiled
+on the X Window System without GTK+ support (following the old
+convention for X applications).
 
 @vindex scroll-bar-width
 @cindex width of the vertical scroll bar