aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-12 12:07:43 +0000
committerEli Zaretskii2006-05-12 12:07:43 +0000
commite1d01705a50042fd32b2ebe0314d9ebcf1351b08 (patch)
treed005091530912e96be34b0fd561e64753ec1dbce
parent0c60d79acf118197b4257157f0237c2c81ca918e (diff)
downloademacs-e1d01705a50042fd32b2ebe0314d9ebcf1351b08.tar.gz
emacs-e1d01705a50042fd32b2ebe0314d9ebcf1351b08.zip
(Defining Faces): Mention `mac', and add an xref to where window-system is
described.
-rw-r--r--lispref/display.texi5
1 files 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}:
1772@item type 1772@item type
1773The kind of window system the frame uses---either @code{graphic} (any 1773The kind of window system the frame uses---either @code{graphic} (any
1774graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console), 1774graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console),
1775@code{w32} (for MS Windows 9X/NT), or @code{tty} (a non-graphics-capable 1775@code{w32} (for MS Windows 9X/NT/2K/XP), @code{mac} (for the Macintosh
1776display). 1776display), or @code{tty} (a non-graphics-capable display).
1777@xref{Window Systems, window-system}.
1777 1778
1778@item class 1779@item class
1779What kinds of colors the frame supports---either @code{color}, 1780What kinds of colors the frame supports---either @code{color},