emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Mon, 03 Oct 2005 02:39:08 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.188 emacs/lispref/display.texi:1.189
*** emacs/lispref/display.texi:1.188    Thu Sep 29 23:41:05 2005
--- emacs/lispref/display.texi  Mon Oct  3 06:39:08 2005
***************
*** 2730,2752 ****
  @node Fringe Size/Pos
  @subsection Fringe Size and Position
  
!   Here's how to control the position and width of the window fringes.
  
  @defvar fringes-outside-margins
! If the value is address@hidden, 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}.
  @end defvar
  
  @defvar left-fringe-width
  This variable, if address@hidden, specifies the width of the left
! fringe in pixels.
  @end defvar
  
  @defvar right-fringe-width
  This variable, if address@hidden, specifies the width of the right
! fringe in pixels.
  @end defvar
  
    The values of these variables take effect when you display the
--- 2730,2754 ----
  @node Fringe Size/Pos
  @subsection Fringe Size and Position
  
!   The following buffer-local variables control the position and width
! of the window fringes.
  
  @defvar fringes-outside-margins
! The fringes normally appear between the display margins and the window
! text.  If the value is address@hidden, they appear outside the display
! margins.  @xref{Display Margins}.
  @end defvar
  
  @defvar left-fringe-width
  This variable, if address@hidden, specifies the width of the left
! 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 address@hidden, specifies the width of the right
! 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




reply via email to

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