emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9754486: Minor Scroll Bars clarification


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 9754486: Minor Scroll Bars clarification
Date: Thu, 15 Aug 2019 01:08:00 -0400 (EDT)

branch: master
commit 9754486c8783dfb9aeb62d14b8f9dabc0e6a29ab
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 55eb18f..367ac43 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]