aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-10-05 08:57:14 +0000
committerKim F. Storm <[email protected]>2004-10-05 08:57:14 +0000
commit35ab48578a02c740b9208a5a8848d7a30f7e6592 (patch)
tree54ac8b03313ee1ec0d22c1df3fa6622959612728
parentcf6d43aeca04267649d8507b1ba4bfe8ec2ab4f8 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lispref/ChangeLog4
2 files changed, 6 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 273886da2d..ee94a259b7 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 b568e99fb5..aef4746eef 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-05 Kim F. Storm <[email protected]>
+
+ * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
+
2004-09-29 Kim F. Storm <[email protected]>
* display.texi (Fringe Bitmaps): Use symbols rather than numbers