From: Juanma Barranquero Date: Sun, 27 Apr 2008 21:51:50 +0000 (+0000) Subject: (Fdefine_fringe_bitmap): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~5992 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b72791f2fa75d7c6e27c4c26e0f6ed761f61358;p=emacs.git (Fdefine_fringe_bitmap): Doc fix. --- diff --git a/src/fringe.c b/src/fringe.c index e1bafd77418..1456ee96173 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1413,7 +1413,7 @@ HEIGHT is height of bitmap. If HEIGHT is nil, use length of BITS. WIDTH must be an integer between 1 and 16, or nil which defaults to 8. Optional fifth arg ALIGN may be one of `top', `center', or `bottom', indicating the positioning of the bitmap relative to the rows where it -is used; the default is to center the bitmap. Fourth arg may also be a +is used; the default is to center the bitmap. Fifth arg may also be a list (ALIGN PERIODIC) where PERIODIC non-nil specifies that the bitmap should be repeated. If BITMAP already exists, the existing definition is replaced. */)