aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-25 03:16:34 +0000
committerRichard M. Stallman2004-11-25 03:16:34 +0000
commit79e3497d3fb13b32cc2dc39ed16787af7ec21b1c (patch)
tree328d5c556c423a81eaeec8c7385dc2ea52da3143 /src/buffer.c
parentf8684c07a40950d743892d992d2f175f70b7d23e (diff)
downloademacs-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.c9
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
5684arrow bitmaps. 5684arrow bitmaps.
5685 5685
5686If value is a symbol `left' or `right', both angle and arrow bitmaps 5686If value is a symbol `left' or `right', both angle and arrow bitmaps
5687are displayed in the left or right fringe, resp. 5687are displayed in the left or right fringe, resp. Any other value
5688that doesn't look like an alist means displat the angle bitmaps in
5689the left fringe but no arrows.
5688 5690
5689If value is an alist, each element (INDICATOR . POSITION) specifies 5691You can exercise more precise control by using an alist as the
5690the position of one of the indicators. INDICATOR is one of `top', 5692value. Each alist element (INDICATOR . POSITION) specifies
5693where 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,
5692and POSITION is one of `left', `right', or nil, meaning do not show 5695and POSITION is one of `left', `right', or nil, meaning do not show
5693this indicator. 5696this indicator.