From 9754486c8783dfb9aeb62d14b8f9dabc0e6a29ab Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 14 Aug 2019 22:07:10 -0700 Subject: [PATCH] Minor Scroll Bars clarification * doc/emacs/frames.texi (Scroll Bars): Clarify what we mean by "customize" here (bug#14321). --- doc/emacs/frames.texi | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 55eb18f8b69..367ac43a0a4 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi @@ -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 -- 2.39.2