From e1d01705a50042fd32b2ebe0314d9ebcf1351b08 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 May 2006 12:07:43 +0000 Subject: [PATCH] (Defining Faces): Mention `mac', and add an xref to where window-system is described. --- lispref/display.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lispref/display.texi b/lispref/display.texi index 60084f98e8b..b9051f5ca6e 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1772,8 +1772,9 @@ apply to. Here are the possible values of @var{characteristic}: @item type 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). +@code{w32} (for MS Windows 9X/NT/2K/XP), @code{mac} (for the Macintosh +display), or @code{tty} (a non-graphics-capable display). +@xref{Window Systems, window-system}. @item class What kinds of colors the frame supports---either @code{color}, -- 2.39.5