diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 5925 | the right fringe. Fourth parameter OUTSIDE-MARGINS non-nil specifies | 5925 | the right fringe. Fourth parameter OUTSIDE-MARGINS non-nil specifies |
| 5926 | that fringes are drawn outside of the display margins; by default, fringes | 5926 | that fringes are drawn outside of the display margins; by default, fringes |
| 5927 | are drawn between display marginal areas and the text area. | 5927 | are drawn between display marginal areas and the text area. |
| 5928 | A nil width parameter means to use the frame's corresponding fringe width. */) | 5928 | A nil width parameter means to use the frame's default fringe width; |
| 5929 | default fringe widths can be set with the command `set-fringe-style'. */) | ||
| 5929 | (window, left, right, outside_margins) | 5930 | (window, left, right, outside_margins) |
| 5930 | Lisp_Object window, left, right, outside_margins; | 5931 | Lisp_Object window, left, right, outside_margins; |
| 5931 | { | 5932 | { |