diff options
| author | Roland Winkler | 2008-09-07 19:47:29 +0000 |
|---|---|---|
| committer | Roland Winkler | 2008-09-07 19:47:29 +0000 |
| commit | a7713d66393826c75040789c63d11c751f4d35eb (patch) | |
| tree | 919b569aafc07bf37aa6001d10ce1960584f27ea /src/process.c | |
| parent | db8454b07a061175d6b9a3a7d172a8ae8fdadca0 (diff) | |
| download | emacs-a7713d66393826c75040789c63d11c751f4d35eb.tar.gz emacs-a7713d66393826c75040789c63d11c751f4d35eb.zip | |
(Fsystem_process_attributes): Doc fix.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c index 26e8ab97a02..80a657b2eda 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8220,14 +8220,14 @@ DEFUN ("system-process-attributes", Fsystem_process_attributes, | |||
| 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 |