/[emacs]/emacs/lisp/fringe.el
ViewVC logotype

Diff of /emacs/lisp/fringe.el

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

revision 1.7 by lute, Mon Oct 13 16:18:28 2003 UTC revision 1.8 by lute, Tue Oct 14 11:29:50 2003 UTC
# Line 139  frame parameter is used." Line 139  frame parameter is used."
139    
140  ;;;###autoload  ;;;###autoload
141  (defun fringe-mode (&optional mode)  (defun fringe-mode (&optional mode)
142    "Set default appearance of fringes on all frames.    "Set the default appearance of fringes on all frames.
143    
144  When called interactively, the user is queried for MODE.  Valid  When called interactively, query the user for MODE.  Valid values
145  values for MODE include `none', `default', `left-only',  for MODE include `none', `default', `left-only', `right-only',
146  `right-only', `minimal' and `half'.  `minimal' and `half'.
147    
148  When used in a Lisp program, MODE can be a cons cell where the  When used in a Lisp program, MODE can be a cons cell where the
149  integer in car specifies the left fringe width and the integer in  integer in car specifies the left fringe width and the integer in
150  cdr specifies the right fringe width.  MODE can also be a single  cdr specifies the right fringe width.  MODE can also be a single
151  integer that specifies both the left and the right fringe width.  integer that specifies both the left and the right fringe width.
152  When nil is used instead of an integer, that means to use the  If a fringe width specification is nil, that means to use the
153  default fringe width (8 pixels).  These width specifications may  default width (8 pixels).  This command may round up the left and
154  be rounded up to ensure that their sum is a multiple of the  right width specifications to ensure that their sum is a multiple
155  character width of a frame.  A fringe width of 0 is never rounded  of the character width of a frame.  It never rounds up a fringe
156  up.  width of 0.
157    
158  Fringe widths set by `set-window-fringes' override the default  Fringe widths set by `set-window-fringes' override the default
159  fringe widths set by this command.  This command applies to all  fringe widths set by this command.  This command applies to all
# Line 165  frame only, see the command `set-fringe- Line 165  frame only, see the command `set-fringe-
165    
166  ;;;###autoload  ;;;###autoload
167  (defun set-fringe-style (&optional mode)  (defun set-fringe-style (&optional mode)
168    "Set default appearance of fringes on selected frame.    "Set the default appearance of fringes on the selected frame.
169    
170  When called interactively, the user is queried for MODE.  Valid  When called interactively, query the user for MODE.  Valid values
171  values for MODE include `none', `default', `left-only',  for MODE include `none', `default', `left-only', `right-only',
172  `right-only', `minimal' and `half'.  `minimal' and `half'.
173    
174  When used in a Lisp program, MODE can be a cons cell where the  When used in a Lisp program, MODE can be a cons cell where the
175  integer in car specifies the left fringe width and the integer in  integer in car specifies the left fringe width and the integer in
176  cdr specifies the right fringe width.  MODE can also be a single  cdr specifies the right fringe width.  MODE can also be a single
177  integer that specifies both the left and the right fringe width.  integer that specifies both the left and the right fringe width.
178  When nil is used instead of an integer, that means to use the  If a fringe width specification is nil, that means to use the
179  default fringe width (8 pixels).  These width specifications may  default width (8 pixels).  This command may round up the left and
180  be rounded up to ensure that their sum is a multiple of the  right width specifications to ensure that their sum is a multiple
181  character width of the frame.  A fringe width of 0 is never  of the character width of a frame.  It never rounds up a fringe
182  rounded up.  width of 0.
183    
184  Fringe widths set by `set-window-fringes' override the default  Fringe widths set by `set-window-fringes' override the default
185  fringe widths set by this command.  If you want to set the  fringe widths set by this command.  If you want to set the

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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