Mercurial > emacs
comparison src/process.c @ 98084:cdd80926d2ea
(Fsystem_process_attributes): Doc fix.
| author | Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
|---|---|
| date | Sun, 07 Sep 2008 19:46:39 +0000 |
| parents | f2a6b3265c21 |
| children | 06b2f516c2fb |
comparison
equal
deleted
inserted
replaced
| 98083:78f10c77413c | 98084:cdd80926d2ea |
|---|---|
| 8218 Ssystem_process_attributeses, 1, 1, 0, | 8218 Ssystem_process_attributeses, 1, 1, 0, |
| 8219 doc: /* Return attributes of the process given by its PID, a number. | 8219 doc: /* Return attributes of the process given by its PID, a number. |
| 8220 | 8220 |
| 8221 Value is an alist where each element is a cons cell of the form | 8221 Value is an alist where each element is a cons cell of the form |
| 8222 | 8222 |
| 8223 \(ATTR . VALUE) | 8223 \(KEY . VALUE) |
| 8224 | 8224 |
| 8225 If this functionality is unsupported, the value is nil. | 8225 If this functionality is unsupported, the value is nil. |
| 8226 | 8226 |
| 8227 See `list-system-processes' for getting a list of all process IDs. | 8227 See `list-system-processes' for getting a list of all process IDs. |
| 8228 | 8228 |
| 8229 The attributes that this function may return are listed below, | 8229 The KEYs of the attributes that this function may return are listed |
| 8230 together with the type of the associated value (in parentheses). | 8230 below, together with the type of the associated VALUE (in parentheses). |
| 8231 Not all platforms support all of these attributes; unsupported | 8231 Not all platforms support all of these attributes; unsupported |
| 8232 attributes will not appear in the returned alist. | 8232 attributes will not appear in the returned alist. |
| 8233 Unless explicitly indicated otherwise, numbers can have either | 8233 Unless explicitly indicated otherwise, numbers can have either |
| 8234 integer or floating point values. | 8234 integer or floating point values. |
| 8235 | 8235 |
