From: Richard M. Stallman Date: Thu, 25 Nov 2004 03:16:34 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~3677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79e3497d3fb13b32cc2dc39ed16787af7ec21b1c;p=emacs.git (syms_of_buffer) : Doc fix. --- 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 arrow bitmaps. If value is a symbol `left' or `right', both angle and arrow bitmaps -are displayed in the left or right fringe, resp. +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. -If value is an alist, each element (INDICATOR . POSITION) specifies -the position of one of the indicators. INDICATOR is one of `top', +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.