From: Xue Fuqiao Date: Sat, 26 Oct 2013 03:13:18 +0000 (+0800) Subject: Doc fix for set-fringe-bitmap-face. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a03e2bc6fcc64b2624a9635c899812e4510136a;p=emacs.git Doc fix for set-fringe-bitmap-face. * src/fringe.c (set_fringe_bitmap_face): Add usage note from lispref. --- 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) {