# HG changeset patch # User Kim F. Storm # Date 1096966512 0 # Node ID c02ec4a1158e1c40ee5a99da2e5c9bf127c63363 # Parent bc23c9947ef2b3325693395505242579450da9ec (Fringe Bitmaps): Update fringe-bitmaps-at-pos. diff -r bc23c9947ef2 -r c02ec4a1158e lispref/display.texi --- a/lispref/display.texi Tue Oct 05 04:23:55 2004 +0000 +++ b/lispref/display.texi Tue Oct 05 08:55:12 2004 +0000 @@ -2655,9 +2655,10 @@ @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.