From 82c3d8525f29ceb8916fc9c7ee6d56e2f4ecf34c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 11 Jun 2002 01:50:36 +0000 Subject: [PATCH] defface `supports' predicate --- lispref/display.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.2