mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 18:01:13 -08:00
(Defining Faces): Document `graphic' display type in face specs.
This commit is contained in:
parent
c698842f20
commit
9a6b7dcdd7
1 changed files with 4 additions and 3 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue