diff options
| author | Eli Zaretskii | 2006-05-12 12:07:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-12 12:07:43 +0000 |
| commit | e1d01705a50042fd32b2ebe0314d9ebcf1351b08 (patch) | |
| tree | d005091530912e96be34b0fd561e64753ec1dbce | |
| parent | 0c60d79acf118197b4257157f0237c2c81ca918e (diff) | |
| download | emacs-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.texi | 5 |
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 |
| 1773 | The kind of window system the frame uses---either @code{graphic} (any | 1773 | The kind of window system the frame uses---either @code{graphic} (any |
| 1774 | graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console), | 1774 | graphics-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 |
| 1776 | display). | 1776 | display), or @code{tty} (a non-graphics-capable display). |
| 1777 | @xref{Window Systems, window-system}. | ||
| 1777 | 1778 | ||
| 1778 | @item class | 1779 | @item class |
| 1779 | What kinds of colors the frame supports---either @code{color}, | 1780 | What kinds of colors the frame supports---either @code{color}, |