/[emacs]/emacs/src/window.c
ViewVC logotype

Diff of /emacs/src/window.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.450 by jhd, Sat Oct 11 23:03:09 2003 UTC revision 1.451 by lute, Mon Oct 13 16:11:27 2003 UTC
# Line 5925  for the left fringe.  Third parameter RI Line 5925  for the left fringe.  Third parameter RI
5925  the right fringe.  Fourth parameter OUTSIDE-MARGINS non-nil specifies  the right fringe.  Fourth parameter OUTSIDE-MARGINS non-nil specifies
5926  that fringes are drawn outside of the display margins; by default, fringes  that fringes are drawn outside of the display margins; by default, fringes
5927  are drawn between display marginal areas and the text area.  are drawn between display marginal areas and the text area.
5928  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;
5929    default fringe widths can be set with the command `set-fringe-style'. */)
5930       (window, left, right, outside_margins)       (window, left, right, outside_margins)
5931       Lisp_Object window, left, right, outside_margins;       Lisp_Object window, left, right, outside_margins;
5932  {  {

Legend:
Removed from v.1.450  
changed lines
  Added in v.1.451

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26