emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Wed, 24 Nov 2004 22:35:42 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.465 emacs/src/buffer.c:1.466
*** emacs/src/buffer.c:1.465    Tue Oct 26 09:45:16 2004
--- emacs/src/buffer.c  Thu Nov 25 03:16:34 2004
***************
*** 5684,5693 ****
  arrow bitmaps.
  
  If value is a symbol `left' or `right', both angle and arrow bitmaps
! are displayed in the left or right fringe, resp.
! 
! If value is an alist, each element (INDICATOR . POSITION) specifies
! the position of one of the indicators.  INDICATOR is one of `top',
  `bottom', `up', `down', or t, which specifies the default position,
  and POSITION is one of `left', `right', or nil, meaning do not show
  this indicator.
--- 5684,5696 ----
  arrow bitmaps.
  
  If value is a symbol `left' or `right', both angle and arrow bitmaps
! are displayed in the left or right fringe, resp.  Any other value
! that doesn't look like an alist means displat the angle bitmaps in
! the left fringe but no arrows.
! 
! You can exercise more precise control by using an alist as the
! value.  Each alist element (INDICATOR . POSITION) specifies
! where to show one of the indicators.  INDICATOR is one of `top',
  `bottom', `up', `down', or t, which specifies the default position,
  and POSITION is one of `left', `right', or nil, meaning do not show
  this indicator.




reply via email to

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