Mercurial > emacs
changeset 52831:90ee1e68a85f
(Fset_window_fringes): Elaborate docstring.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 13 Oct 2003 16:11:27 +0000 |
parents | b4281fb5cff8 |
children | 43bad0db6791 |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; {