# HG changeset patch # User Richard M. Stallman # Date 1101352594 0 # Node ID 8f225aca7c7272bb3bb1c8a1b78c41346c2860a8 # Parent 6f8c0631e5aa3c3752e4f87798a5f50688bf94da (syms_of_buffer) : Doc fix. diff -r 6f8c0631e5aa -r 8f225aca7c72 src/buffer.c --- a/src/buffer.c Thu Nov 25 03:15:19 2004 +0000 +++ b/src/buffer.c Thu Nov 25 03:16:34 2004 +0000 @@ -5684,10 +5684,13 @@ 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', +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.