From: Miles Bader Date: Tue, 24 Oct 2000 06:21:50 +0000 (+0000) Subject: (Defining Faces): Document `graphic' display type in face specs. X-Git-Tag: emacs-pretest-21.0.90~641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a6b7dcdd7e1cc0d15745e9e2c6e218a00a205d5;p=emacs.git (Defining Faces): Document `graphic' display type in face specs. --- 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},