diff options
author | Miles Bader <miles@gnu.org> | 2002-06-11 01:50:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2002-06-11 01:50:36 +0000 |
commit | 82c3d8525f29ceb8916fc9c7ee6d56e2f4ecf34c (patch) | |
tree | ecf6f85cab1bd74ca038c96643f91a3f0f48c86e /lispref | |
parent | 11ef2a3b0da877ea64b9f0dd9d04b6737046bf1a (diff) | |
download | emacs-82c3d8525f29ceb8916fc9c7ee6d56e2f4ecf34c.tar.gz |
defface `supports' predicate
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/display.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 88f2119f1c1..3b9ae8ee17e 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/display @@ -1380,6 +1380,13 @@ What kinds of colors the frame supports---either @code{color}, @item background The kind of background---either @code{light} or @code{dark}. + +@item supports +Whether or not the frame can display the face attributes (@pxref{Face +Attributes}) given in @var{value}@dots{}. See the documentation for +the function @code{display-supports-face-attributes-p} (@pxref{Display +Face Attribute Testing}) for more information on exactly how this testing +is done. @end table If an element of @var{display} specifies more than one @var{value} for a |