From: Nick Roberts Date: Mon, 3 Oct 2005 06:39:08 +0000 (+0000) Subject: (Fringe Size/Pos): Simplify and add detail. X-Git-Tag: emacs-pretest-22.0.90~6851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70a08278a14e9980218f74597f8e767ef3194d39;p=emacs.git (Fringe Size/Pos): Simplify and add detail. --- diff --git a/lispref/display.texi b/lispref/display.texi index ae346986fa3..93a14f1a139 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2730,23 +2730,25 @@ continuation, horizontal scrolling, and the overlay arrow. @node Fringe Size/Pos @subsection Fringe Size and Position - Here's how to control the position and width of the window fringes. + The following buffer-local variables control the position and width +of the window fringes. @defvar fringes-outside-margins -If the value is non-@code{nil}, the frames appear outside the display -margins. The fringes normally appear between the display margins and -the window text. It works to set @code{fringes-outside-margins} -buffer-locally. @xref{Display Margins}. +The fringes normally appear between the display margins and the window +text. If the value is non-@code{nil}, they appear outside the display +margins. @xref{Display Margins}. @end defvar @defvar left-fringe-width This variable, if non-@code{nil}, specifies the width of the left -fringe in pixels. +fringe in pixels. A value of @code{nil} means to use the left fringe +width from the window's frame. @end defvar @defvar right-fringe-width This variable, if non-@code{nil}, specifies the width of the right -fringe in pixels. +fringe in pixels. A value of @code{nil} means to use the right fringe +width from the window's frame. @end defvar The values of these variables take effect when you display the