# HG changeset patch # User Lute Kamstra # Date 1066061487 0 # Node ID 90ee1e68a85f05d01c5105f12c7bf6538569989b # Parent b4281fb5cff88190c10c0bb41fc0858598a851cf (Fset_window_fringes): Elaborate docstring. diff -r b4281fb5cff8 -r 90ee1e68a85f src/window.c --- a/src/window.c Mon Oct 13 13:49:31 2003 +0000 +++ b/src/window.c Mon Oct 13 16:11:27 2003 +0000 @@ -5925,7 +5925,8 @@ 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; {