aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fringe.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 52c025ad7aa..f625044067d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-10-26 Xue Fuqiao <xfq.free@gmail.com>
2
3 * fringe.c (set_fringe_bitmap_face): Add usage note from lispref.
4
12013-10-25 Eli Zaretskii <eliz@gnu.org> 52013-10-25 Eli Zaretskii <eliz@gnu.org>
2 6
3 * w32uniscribe.c (uniscribe_close): Adjust the argument list to 7 * w32uniscribe.c (uniscribe_close): Adjust the argument list to
diff --git a/src/fringe.c b/src/fringe.c
index 3537027f1dd..9c77e6557f4 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1690,6 +1690,8 @@ If BITMAP already exists, the existing definition is replaced. */)
1690DEFUN ("set-fringe-bitmap-face", Fset_fringe_bitmap_face, Sset_fringe_bitmap_face, 1690DEFUN ("set-fringe-bitmap-face", Fset_fringe_bitmap_face, Sset_fringe_bitmap_face,
1691 1, 2, 0, 1691 1, 2, 0,
1692 doc: /* Set face for fringe bitmap BITMAP to FACE. 1692 doc: /* Set face for fringe bitmap BITMAP to FACE.
1693FACE is merged with the `fringe' face, so normally FACE should specify
1694only the foreground color.
1693If FACE is nil, reset face to default fringe face. */) 1695If FACE is nil, reset face to default fringe face. */)
1694 (Lisp_Object bitmap, Lisp_Object face) 1696 (Lisp_Object bitmap, Lisp_Object face)
1695{ 1697{