From: Lute Kamstra Date: Mon, 13 Oct 2003 16:11:27 +0000 (+0000) Subject: (Fset_window_fringes): Elaborate docstring. X-Git-Tag: ttn-vms-21-2-B4~8556 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=154b6114a3744e0ae2faee9d59062fb02cd72cb1;p=emacs.git (Fset_window_fringes): Elaborate docstring. --- diff --git a/src/window.c b/src/window.c index 683332c5c3c..69204ab9a30 100644 --- a/src/window.c +++ b/src/window.c @@ -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; {