]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 5 Oct 2004 08:57:14 +0000 (08:57 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 5 Oct 2004 08:57:14 +0000 (08:57 +0000)
etc/NEWS
lispref/ChangeLog

index 273886da2d008ec3ddfef42523dd9ee972d8600a..ee94a259b7f7465c931e4a6738df34847a3c50d4 100644 (file)
--- 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
index b568e99fb58580e5ce6c12e55cc0189c91a5ff78..aef4746eef7ebda42b201d5ea3eb193e0ccc507c 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-05  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
+
 2004-09-29  Kim F. Storm  <storm@cua.dk>
 
        * display.texi (Fringe Bitmaps): Use symbols rather than numbers