From: Lars Ingebrigtsen Date: Thu, 15 Aug 2019 05:07:10 +0000 (-0700) Subject: Minor Scroll Bars clarification X-Git-Tag: emacs-27.0.90~1620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9754486c8783dfb9aeb62d14b8f9dabc0e6a29ab;p=emacs.git Minor Scroll Bars clarification * doc/emacs/frames.texi (Scroll Bars): Clarify what we mean by "customize" here (bug#14321). --- 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