aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-04-27 21:51:50 +0000
committerJuanma Barranquero2008-04-27 21:51:50 +0000
commit6b72791f2fa75d7c6e27c4c26e0f6ed761f61358 (patch)
tree78c8b9d1b54fd3921089ce28a45cd6dc7cb29c9d /src
parentdc062440cccd9ff52f181e5258d9934a7bc58668 (diff)
downloademacs-6b72791f2fa75d7c6e27c4c26e0f6ed761f61358.tar.gz
emacs-6b72791f2fa75d7c6e27c4c26e0f6ed761f61358.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 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.
1413WIDTH must be an integer between 1 and 16, or nil which defaults to 8. 1413WIDTH must be an integer between 1 and 16, or nil which defaults to 8.
1414Optional fifth arg ALIGN may be one of `top', `center', or `bottom', 1414Optional fifth arg ALIGN may be one of `top', `center', or `bottom',
1415indicating the positioning of the bitmap relative to the rows where it 1415indicating the positioning of the bitmap relative to the rows where it
1416is used; the default is to center the bitmap. Fourth arg may also be a 1416is used; the default is to center the bitmap. Fifth arg may also be a
1417list (ALIGN PERIODIC) where PERIODIC non-nil specifies that the bitmap 1417list (ALIGN PERIODIC) where PERIODIC non-nil specifies that the bitmap
1418should be repeated. 1418should be repeated.
1419If BITMAP already exists, the existing definition is replaced. */) 1419If BITMAP already exists, the existing definition is replaced. */)