From 2faacff7d9e783cea70015e36651b1c34ab82c8d Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 7 Jul 2006 10:38:26 +0000 Subject: [PATCH] (Fdefine_fringe_bitmap): Doc fix. --- src/fringe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fringe.c b/src/fringe.c index 48fb11810e..a94f203c94 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1398,7 +1398,7 @@ init_fringe_bitmap (which, fb, once_p) DEFUN ("define-fringe-bitmap", Fdefine_fringe_bitmap, Sdefine_fringe_bitmap, 2, 5, 0, doc: /* Define fringe bitmap BITMAP from BITS of size HEIGHT x WIDTH. -BITMAP is a symbol or string naming the new fringe bitmap. +BITMAP is a symbol identifying the new fringe bitmap. BITS is either a string or a vector of integers. 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. -- 2.20.1