Mercurial > hg > xemacs-beta
comparison man/lispref/consoles-devices.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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 specifies a valid device type. | 155 species 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 specifies a valid device class. | 160 species 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. |