diff options
Diffstat (limited to 'src/fringe.c')
| -rw-r--r-- | src/fringe.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. */) | |||
| 1690 | DEFUN ("set-fringe-bitmap-face", Fset_fringe_bitmap_face, Sset_fringe_bitmap_face, | 1690 | DEFUN ("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. |
| 1693 | FACE is merged with the `fringe' face, so normally FACE should specify | ||
| 1694 | only the foreground color. | ||
| 1693 | If FACE is nil, reset face to default fringe face. */) | 1695 | If 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 | { |