summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-25 15:30:00 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-25 15:30:00 +0000
commit30da65e29db30d2c352dc24fd4a62630bcc76d0f (patch)
tree7e9b3d543f96b9112cdc6c6ca56573b32b075b2a /lispref
parent5c280f594ca16c38927d9b6f79f288df79b39108 (diff)
downloademacs-30da65e29db30d2c352dc24fd4a62630bcc76d0f.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi13
-rw-r--r--lispref/frames.texi2
2 files changed, 8 insertions, 7 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 11e2157d475..d8512953d69 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1481,12 +1481,13 @@ The value can be a string; that should be the name of a file containing
external-format X bitmap data. The file is found in the directories
listed in the variable @code{x-bitmap-file-path}.
-Alternatively, the value can specify the bitmap directly, with a list of
-the form @code{(@var{width} @var{height} @var{data})}. Here,
-@var{width} and @var{height} specify the size in pixels, and @var{data}
-is a string containing the raw bits of the bitmap, row by row. Each row
-occupies @math{(@var{width} + 7) / 8} consecutie bytes in the string
-(which should be a unibyte string for best results).
+Alternatively, the value can specify the bitmap directly, with a list
+of the form @code{(@var{width} @var{height} @var{data})}. Here,
+@var{width} and @var{height} specify the size in pixels, and
+@var{data} is a string containing the raw bits of the bitmap, row by
+row. Each row occupies @math{(@var{width} + 7) / 8} consecutive bytes
+in the string (which should be a unibyte string for best results).
+This means that each row always occupies at least one whole byte.
If the value is @code{nil}, that means use no stipple pattern.
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 7d690139081..b466ccae9fc 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -485,7 +485,7 @@ face @code{scroll-bar}.
@item scroll-bar-background
If non-@code{nil}, the color for the background of scroll bars.
-Changing this parameter is equivalent to setting the foreground color of
+Changing this parameter is equivalent to setting the background color of
face @code{scroll-bar}.
@item display-type