aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/display.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-01-21 23:04:26 +0000
committerRichard M. Stallman <[email protected]>2002-01-21 23:04:26 +0000
commit2252bdcf999bcd1cc65f4a748995373241b15250 (patch)
treedc45c0c33cf664723db9181f7027b2b772756f89 /lispref/display.texi
parentfdb38f1bf54fc7e15291d7721987d4e91a8da97b (diff)
(set-face-stipple): Reference description of bitmap data
in Face Attributes.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r--lispref/display.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 23c3f59eb3..12ee0a5197 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1590,9 +1590,9 @@ for bitmap files, for the @code{:stipple} attribute.
@end defvar
@defun bitmap-spec-p object
-This returns @code{t} if @var{object} is a valid bitmap
-specification, suitable for use with @code{:stipple}.
-It returns @code{nil} otherwise.
+This returns @code{t} if @var{object} is a valid bitmap specification,
+suitable for use with @code{:stipple} (see above). It returns
+@code{nil} otherwise.
@end defun
@node Attribute Functions
@@ -1658,10 +1658,10 @@ black-and-white screens.
@end defun
@defun set-face-stipple face pattern &optional frame
-This function sets the background stipple pattern of face @var{face} to
-@var{pattern}. The argument @var{pattern} should be the name of a
-stipple pattern defined by the X server, or @code{nil} meaning don't use
-stipple.
+This function sets the background stipple pattern of face @var{face}
+to @var{pattern}. The argument @var{pattern} should be the name of a
+stipple pattern defined by the X server, or actual bitmap data
+(@pxref{Face Attributes}), or @code{nil} meaning don't use stipple.
Normally there is no need to pay attention to stipple patterns, because
they are used automatically to handle certain shades of gray.