emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Tue, 05 Oct 2004 05:02:11 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.130 emacs/lispref/display.texi:1.131
*** emacs/lispref/display.texi:1.130    Wed Sep 29 12:39:43 2004
--- emacs/lispref/display.texi  Tue Oct  5 08:55:12 2004
***************
*** 2655,2663 ****
  @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}
  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.
  
  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.
--- 2655,2664 ----
  @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} @var{ov})}, where @var{left}
  is the symbol for the fringe bitmap in the left fringe (or @code{nil}
! if no bitmap), @var{right} is similar for the right fringe, and @var{ov}
! is address@hidden 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]