summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-03-23 22:47:25 +0000
committerKim F. Storm <storm@cua.dk>2005-03-23 22:47:25 +0000
commit1fe54d69016a108347f20d5946ae4c1c6ae8fde0 (patch)
treedc7b1eb7f1b21bc650f7b97f2f9182f21bdb53c8 /etc
parent9c7b14213a9668d087339bd86f010d9164d3fb06 (diff)
downloademacs-1fe54d69016a108347f20d5946ae4c1c6ae8fde0.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bec719220b5..e3ec0d85706 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2983,7 +2983,8 @@ bitmap of the display line.
Format is 'display '(left-fringe BITMAP [FACE]), where BITMAP is a
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.
+for displaying the bitmap instead of the default `fringe' face.
+When specified, FACE is automatically merged with the `fringe' face.
*** New function `fringe-bitmaps-at-pos' returns the current fringe
bitmaps in the display line at a given buffer position.