From 9a6b7dcdd7e1cc0d15745e9e2c6e218a00a205d5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 24 Oct 2000 06:21:50 +0000 Subject: [PATCH] (Defining Faces): Document `graphic' display type in face specs. --- lispref/display.texi | 7 ++++--- 1 file 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}, -- 2.39.2