Mercurial > emacs
changeset 71659:0a57a8cfd0fa
(Fdefine_fringe_bitmap): Doc fix.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 07 Jul 2006 10:38:26 +0000 |
parents | 596dbd332861 |
children | 475dcca89ec9 |
files | src/fringe.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fringe.c Fri Jul 07 10:38:10 2006 +0000 +++ b/src/fringe.c Fri Jul 07 10:38:26 2006 +0000 @@ -1398,7 +1398,7 @@ 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.