diff options
| author | Kim F. Storm | 2004-10-05 08:55:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-10-05 08:55:12 +0000 |
| commit | cf6d43aeca04267649d8507b1ba4bfe8ec2ab4f8 (patch) | |
| tree | d7fefa356f7fa13af7bb153f8f0af42f6d1f6c03 | |
| parent | ea99d5c8005586f8c99ed495f92be1fa2c01bc26 (diff) | |
| download | emacs-cf6d43aeca04267649d8507b1ba4bfe8ec2ab4f8.tar.gz emacs-cf6d43aeca04267649d8507b1ba4bfe8ec2ab4f8.zip | |
(Fringe Bitmaps): Update fringe-bitmaps-at-pos.
| -rw-r--r-- | lispref/display.texi | 5 |
1 files changed, 3 insertions, 2 deletions
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. | |||
| 2655 | @defun fringe-bitmaps-at-pos &optional pos window | 2655 | @defun fringe-bitmaps-at-pos &optional pos window |
| 2656 | This function returns the fringe bitmaps of the display line | 2656 | This function returns the fringe bitmaps of the display line |
| 2657 | containing position @var{pos} in window @var{window}. The return | 2657 | containing position @var{pos} in window @var{window}. The return |
| 2658 | value has the form @code{(@var{left} . @var{right})}, where @var{left} | 2658 | value has the form @code{(@var{left} @var{right} @var{ov})}, where @var{left} |
| 2659 | is the symbol for the fringe bitmap in the left fringe (or @code{nil} | 2659 | is the symbol for the fringe bitmap in the left fringe (or @code{nil} |
| 2660 | if no bitmap), and @var{right} is similar for the right fringe. | 2660 | if no bitmap), @var{right} is similar for the right fringe, and @var{ov} |
| 2661 | is non-@code{nil} if there is an overlay arrow in the left fringe. | ||
| 2661 | 2662 | ||
| 2662 | The value is @code{nil} if @var{pos} is not visible in @var{window}. | 2663 | The value is @code{nil} if @var{pos} is not visible in @var{window}. |
| 2663 | If @var{window} is @code{nil}, that stands for the selected window. | 2664 | If @var{window} is @code{nil}, that stands for the selected window. |