summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-10-24 06:21:50 +0000
committerMiles Bader <miles@gnu.org>2000-10-24 06:21:50 +0000
commit9a6b7dcdd7e1cc0d15745e9e2c6e218a00a205d5 (patch)
tree2d7b9b2ede7d055163f48550021bb7b08c9424db /lispref
parentc698842f20a69fdc4d0430b7501686a8341023a6 (diff)
downloademacs-9a6b7dcdd7e1cc0d15745e9e2c6e218a00a205d5.tar.gz
(Defining Faces): Document `graphic' display type in face specs.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 61cb6d79fd9..82cdf38bdcd 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1336,9 +1336,10 @@ apply to. Here are the possible values of @var{characteristic}:
@table @code
@item type
-The kind of window system the frame uses---either @code{x}, @code{pc}
-(for the MS-DOS console), @code{w32} (for MS Windows 9X/NT), or
-@code{tty}.
+The kind of window system the frame uses---either @code{graphic} (any
+graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console),
+@code{w32} (for MS Windows 9X/NT), or @code{tty} (a non-graphics-capable
+display).
@item class
What kinds of colors the frame supports---either @code{color},