From 2a03e2bc6fcc64b2624a9635c899812e4510136a Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 26 Oct 2013 11:13:18 +0800 Subject: [PATCH] Doc fix for set-fringe-bitmap-face. * src/fringe.c (set_fringe_bitmap_face): Add usage note from lispref. --- src/ChangeLog | 4 ++++ src/fringe.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 52c025ad7aa..f625044067d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-10-26 Xue Fuqiao + + * fringe.c (set_fringe_bitmap_face): Add usage note from lispref. + 2013-10-25 Eli Zaretskii * 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. */) DEFUN ("set-fringe-bitmap-face", Fset_fringe_bitmap_face, Sset_fringe_bitmap_face, 1, 2, 0, doc: /* Set face for fringe bitmap BITMAP to FACE. +FACE is merged with the `fringe' face, so normally FACE should specify +only the foreground color. If FACE is nil, reset face to default fringe face. */) (Lisp_Object bitmap, Lisp_Object face) { -- 2.39.5