changeset 94420:090cf85895a7

(Fdefine_fringe_bitmap): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 27 Apr 2008 21:51:50 +0000
parents 1ea022d5b378
children ba3a39c907cb
files src/fringe.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fringe.c	Sun Apr 27 20:53:34 2008 +0000
+++ b/src/fringe.c	Sun Apr 27 21:51:50 2008 +0000
@@ -1413,7 +1413,7 @@
 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.  */)