aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-07-07 10:38:26 +0000
committerKim F. Storm2006-07-07 10:38:26 +0000
commit2faacff7d9e783cea70015e36651b1c34ab82c8d (patch)
tree324b2c016f811857c87052e1ad9fc7ea143551c8 /src
parentefaed3b023ba8705fffd81c49284b8f2610f7953 (diff)
downloademacs-2faacff7d9e783cea70015e36651b1c34ab82c8d.tar.gz
emacs-2faacff7d9e783cea70015e36651b1c34ab82c8d.zip
(Fdefine_fringe_bitmap): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fringe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 48fb11810ed..a94f203c944 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1398,7 +1398,7 @@ init_fringe_bitmap (which, fb, once_p)
1398DEFUN ("define-fringe-bitmap", Fdefine_fringe_bitmap, Sdefine_fringe_bitmap, 1398DEFUN ("define-fringe-bitmap", Fdefine_fringe_bitmap, Sdefine_fringe_bitmap,
1399 2, 5, 0, 1399 2, 5, 0,
1400 doc: /* Define fringe bitmap BITMAP from BITS of size HEIGHT x WIDTH. 1400 doc: /* Define fringe bitmap BITMAP from BITS of size HEIGHT x WIDTH.
1401BITMAP is a symbol or string naming the new fringe bitmap. 1401BITMAP is a symbol identifying the new fringe bitmap.
1402BITS is either a string or a vector of integers. 1402BITS is either a string or a vector of integers.
1403HEIGHT is height of bitmap. If HEIGHT is nil, use length of BITS. 1403HEIGHT is height of bitmap. If HEIGHT is nil, use length of BITS.
1404WIDTH must be an integer between 1 and 16, or nil which defaults to 8. 1404WIDTH must be an integer between 1 and 16, or nil which defaults to 8.