]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_window_fringes): Elaborate docstring.
authorLute Kamstra <lute@gnu.org>
Mon, 13 Oct 2003 16:11:27 +0000 (16:11 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 13 Oct 2003 16:11:27 +0000 (16:11 +0000)
src/window.c

index 683332c5c3cc56e6b00fa51b158d8d6e179c0884..69204ab9a3049517d22f658d4bf8f853ae552fd0 100644 (file)
@@ -5925,7 +5925,8 @@ for the left fringe.  Third parameter RIGHT-WIDTH does the same for
 the right fringe.  Fourth parameter OUTSIDE-MARGINS non-nil specifies
 that fringes are drawn outside of the display margins; by default, fringes
 are drawn between display marginal areas and the text area.
-A nil width parameter means to use the frame's corresponding fringe width.  */)
+A nil width parameter means to use the frame's default fringe width;
+default fringe widths can be set with the command `set-fringe-style'. */)
      (window, left, right, outside_margins)
      Lisp_Object window, left, right, outside_margins;
 {