Mercurial > emacs
comparison src/buffer.c @ 58501:8f225aca7c72
(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 25 Nov 2004 03:16:34 +0000 |
parents | 804f28bbd89c |
children | 567ca4ca8574 |
comparison
equal
deleted
inserted
replaced
58500:6f8c0631e5aa | 58501:8f225aca7c72 |
---|---|
5682 of a window on window-systems with angle bitmaps, or if the window can be | 5682 of a window on window-systems with angle bitmaps, or if the window can be |
5683 scrolled, the top and bottom line of the window are marked with up and down | 5683 scrolled, the top and bottom line of the window are marked with up and down |
5684 arrow bitmaps. | 5684 arrow bitmaps. |
5685 | 5685 |
5686 If value is a symbol `left' or `right', both angle and arrow bitmaps | 5686 If value is a symbol `left' or `right', both angle and arrow bitmaps |
5687 are displayed in the left or right fringe, resp. | 5687 are displayed in the left or right fringe, resp. Any other value |
5688 | 5688 that doesn't look like an alist means displat the angle bitmaps in |
5689 If value is an alist, each element (INDICATOR . POSITION) specifies | 5689 the left fringe but no arrows. |
5690 the position of one of the indicators. INDICATOR is one of `top', | 5690 |
5691 You can exercise more precise control by using an alist as the | |
5692 value. Each alist element (INDICATOR . POSITION) specifies | |
5693 where to show one of the indicators. INDICATOR is one of `top', | |
5691 `bottom', `up', `down', or t, which specifies the default position, | 5694 `bottom', `up', `down', or t, which specifies the default position, |
5692 and POSITION is one of `left', `right', or nil, meaning do not show | 5695 and POSITION is one of `left', `right', or nil, meaning do not show |
5693 this indicator. | 5696 this indicator. |
5694 | 5697 |
5695 For example, ((top . left) (t . right)) places the top angle bitmap in | 5698 For example, ((top . left) (t . right)) places the top angle bitmap in |