From: Kim F. Storm Date: Tue, 5 Oct 2004 08:55:12 +0000 (+0000) Subject: (Fringe Bitmaps): Update fringe-bitmaps-at-pos. X-Git-Tag: ttn-vms-21-2-B4~4718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf6d43aeca04267649d8507b1ba4bfe8ec2ab4f8;p=emacs.git (Fringe Bitmaps): Update fringe-bitmaps-at-pos. --- diff --git a/lispref/display.texi b/lispref/display.texi index 00b91fe1fd8..518234ff4f8 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2655,9 +2655,10 @@ symbols have their own name space. @defun fringe-bitmaps-at-pos &optional pos window This function returns the fringe bitmaps of the display line containing position @var{pos} in window @var{window}. The return -value has the form @code{(@var{left} . @var{right})}, where @var{left} +value has the form @code{(@var{left} @var{right} @var{ov})}, where @var{left} is the symbol for the fringe bitmap in the left fringe (or @code{nil} -if no bitmap), and @var{right} is similar for the right fringe. +if no bitmap), @var{right} is similar for the right fringe, and @var{ov} +is non-@code{nil} if there is an overlay arrow in the left fringe. The value is @code{nil} if @var{pos} is not visible in @var{window}. If @var{window} is @code{nil}, that stands for the selected window.