Mercurial > hg > xemacs-beta
comparison man/lispref/consoles-devices.texi @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:07 +0200 |
parents | 25f70ba0133c |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
366:83d76f480a59 | 367:a4f53d9b3154 |
---|---|
150 is a symbol whose name is one of the device classes mentioned above. | 150 is a symbol whose name is one of the device classes mentioned above. |
151 @end defun | 151 @end defun |
152 | 152 |
153 @defun valid-device-type-p device-type | 153 @defun valid-device-type-p device-type |
154 This function returns whether @var{device-type} (which should be a symbol) | 154 This function returns whether @var{device-type} (which should be a symbol) |
155 species a valid device type. | 155 specifies a valid device type. |
156 @end defun | 156 @end defun |
157 | 157 |
158 @defun valid-device-class-p device-class | 158 @defun valid-device-class-p device-class |
159 This function returns whether @var{device-class} (which should be a symbol) | 159 This function returns whether @var{device-class} (which should be a symbol) |
160 species a valid device class. | 160 specifies a valid device class. |
161 @end defun | 161 @end defun |
162 | 162 |
163 @defvar terminal-device | 163 @defvar terminal-device |
164 This variable holds the initial terminal device object, which | 164 This variable holds the initial terminal device object, which |
165 represents XEmacs's stdout. | 165 represents XEmacs's stdout. |