emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/fringe.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/fringe.el [lexbind]
Date: Wed, 15 Oct 2003 02:54:57 -0400

Index: emacs/lisp/fringe.el
diff -c emacs/lisp/fringe.el:1.4.2.2 emacs/lisp/fringe.el:1.4.2.3
*** emacs/lisp/fringe.el:1.4.2.2        Tue Oct 14 19:51:04 2003
--- emacs/lisp/fringe.el        Wed Oct 15 02:54:51 2003
***************
*** 139,159 ****
  
  ;;;###autoload
  (defun fringe-mode (&optional mode)
!   "Set default appearance of fringes on all frames.
  
! When called interactively, the user is queried for MODE.  Valid
! values for MODE include `none', `default', `left-only',
! `right-only', `minimal' and `half'.
  
  When used in a Lisp program, MODE can be a cons cell where the
  integer in car specifies the left fringe width and the integer in
  cdr specifies the right fringe width.  MODE can also be a single
  integer that specifies both the left and the right fringe width.
! When nil is used instead of an integer, that means to use the
! default fringe width (8 pixels).  These width specifications may
! be rounded up to ensure that their sum is a multiple of the
! character width of a frame.  A fringe width of 0 is never rounded
! up.
  
  Fringe widths set by `set-window-fringes' override the default
  fringe widths set by this command.  This command applies to all
--- 139,159 ----
  
  ;;;###autoload
  (defun fringe-mode (&optional mode)
!   "Set the default appearance of fringes on all frames.
  
! When called interactively, query the user for MODE.  Valid values
! for MODE include `none', `default', `left-only', `right-only',
! `minimal' and `half'.
  
  When used in a Lisp program, MODE can be a cons cell where the
  integer in car specifies the left fringe width and the integer in
  cdr specifies the right fringe width.  MODE can also be a single
  integer that specifies both the left and the right fringe width.
! If a fringe width specification is nil, that means to use the
! default width (8 pixels).  This command may round up the left and
! right width specifications to ensure that their sum is a multiple
! of the character width of a frame.  It never rounds up a fringe
! width of 0.
  
  Fringe widths set by `set-window-fringes' override the default
  fringe widths set by this command.  This command applies to all
***************
*** 165,185 ****
  
  ;;;###autoload
  (defun set-fringe-style (&optional mode)
!   "Set default appearance of fringes on selected frame.
  
! When called interactively, the user is queried for MODE.  Valid
! values for MODE include `none', `default', `left-only',
! `right-only', `minimal' and `half'.
  
  When used in a Lisp program, MODE can be a cons cell where the
  integer in car specifies the left fringe width and the integer in
  cdr specifies the right fringe width.  MODE can also be a single
  integer that specifies both the left and the right fringe width.
! When nil is used instead of an integer, that means to use the
! default fringe width (8 pixels).  These width specifications may
! be rounded up to ensure that their sum is a multiple of the
! character width of the frame.  A fringe width of 0 is never
! rounded up.
  
  Fringe widths set by `set-window-fringes' override the default
  fringe widths set by this command.  If you want to set the
--- 165,185 ----
  
  ;;;###autoload
  (defun set-fringe-style (&optional mode)
!   "Set the default appearance of fringes on the selected frame.
  
! When called interactively, query the user for MODE.  Valid values
! for MODE include `none', `default', `left-only', `right-only',
! `minimal' and `half'.
  
  When used in a Lisp program, MODE can be a cons cell where the
  integer in car specifies the left fringe width and the integer in
  cdr specifies the right fringe width.  MODE can also be a single
  integer that specifies both the left and the right fringe width.
! If a fringe width specification is nil, that means to use the
! default width (8 pixels).  This command may round up the left and
! right width specifications to ensure that their sum is a multiple
! of the character width of a frame.  It never rounds up a fringe
! width of 0.
  
  Fringe widths set by `set-window-fringes' override the default
  fringe widths set by this command.  If you want to set the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]