diff options
| -rw-r--r-- | lispref/display.texi | 7 |
1 files changed, 4 insertions, 3 deletions
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}: | |||
| 1336 | 1336 | ||
| 1337 | @table @code | 1337 | @table @code |
| 1338 | @item type | 1338 | @item type |
| 1339 | The kind of window system the frame uses---either @code{x}, @code{pc} | 1339 | The kind of window system the frame uses---either @code{graphic} (any |
| 1340 | (for the MS-DOS console), @code{w32} (for MS Windows 9X/NT), or | 1340 | graphics-capable display), @code{x}, @code{pc} (for the MS-DOS console), |
| 1341 | @code{tty}. | 1341 | @code{w32} (for MS Windows 9X/NT), or @code{tty} (a non-graphics-capable |
| 1342 | display). | ||
| 1342 | 1343 | ||
| 1343 | @item class | 1344 | @item class |
| 1344 | What kinds of colors the frame supports---either @code{color}, | 1345 | What kinds of colors the frame supports---either @code{color}, |