diff options
| author | Richard M. Stallman | 2004-11-25 03:16:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-25 03:16:34 +0000 |
| commit | 79e3497d3fb13b32cc2dc39ed16787af7ec21b1c (patch) | |
| tree | 328d5c556c423a81eaeec8c7385dc2ea52da3143 /src/buffer.c | |
| parent | f8684c07a40950d743892d992d2f175f70b7d23e (diff) | |
| download | emacs-79e3497d3fb13b32cc2dc39ed16787af7ec21b1c.tar.gz emacs-79e3497d3fb13b32cc2dc39ed16787af7ec21b1c.zip | |
(syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index b0c8c370931..b3b04078036 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5684,10 +5684,13 @@ 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 | that doesn't look like an alist means displat the angle bitmaps in | ||
| 5689 | the left fringe but no arrows. | ||
| 5688 | 5690 | ||
| 5689 | If value is an alist, each element (INDICATOR . POSITION) specifies | 5691 | You can exercise more precise control by using an alist as the |
| 5690 | the position of one of the indicators. INDICATOR is one of `top', | 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. |