diff --git a/etc/NEWS b/etc/NEWS index 273886da2d0..ee94a259b7f 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2493,9 +2493,8 @@ symbol identifying a fringe bitmap, either built-in or defined with `define-fringe-bitmap', and FACE is an optional face name to be used for displaying the bitmap. -*** New function `fringe-bitmaps-at-pos' returns a cons (LEFT . RIGHT) -identifying the current fringe bitmaps in the display line at a given -buffer position. A nil value means no bitmap. +*** New function `fringe-bitmaps-at-pos' returns the current fringe +bitmaps in the display line at a given buffer position. ** Multiple overlay arrows can now be defined and managed via the new variable `overlay-arrow-variable-list'. It contains a list of diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b568e99fb58..aef4746eef7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-10-05 Kim F. Storm + + * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos. + 2004-09-29 Kim F. Storm * display.texi (Fringe Bitmaps): Use symbols rather than numbers