diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/process.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a992b539784..d5ee811e5a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 2 | |||
| 3 | * process.c (Fsystem_process_attributes): Doc fix. | ||
| 4 | |||
| 1 | 2008-09-06 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-09-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * keyboard.c (Ftop_level): Doc fix. | 7 | * keyboard.c (Ftop_level): Doc fix. |
diff --git a/src/process.c b/src/process.c index 6bb652a974f..26e8ab97a02 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7492,14 +7492,14 @@ DEFUN ("system-process-attributes", Fsystem_process_attributes, | |||
| 7492 | 7492 | ||
| 7493 | Value is an alist where each element is a cons cell of the form | 7493 | Value is an alist where each element is a cons cell of the form |
| 7494 | 7494 | ||
| 7495 | \(ATTR . VALUE) | 7495 | \(KEY . VALUE) |
| 7496 | 7496 | ||
| 7497 | If this functionality is unsupported, the value is nil. | 7497 | If this functionality is unsupported, the value is nil. |
| 7498 | 7498 | ||
| 7499 | See `list-system-processes' for getting a list of all process IDs. | 7499 | See `list-system-processes' for getting a list of all process IDs. |
| 7500 | 7500 | ||
| 7501 | The attributes that this function may return are listed below, | 7501 | The KEYs of the attributes that this function may return are listed |
| 7502 | together with the type of the associated value (in parentheses). | 7502 | below, together with the type of the associated VALUE (in parentheses). |
| 7503 | Not all platforms support all of these attributes; unsupported | 7503 | Not all platforms support all of these attributes; unsupported |
| 7504 | attributes will not appear in the returned alist. | 7504 | attributes will not appear in the returned alist. |
| 7505 | Unless explicitly indicated otherwise, numbers can have either | 7505 | Unless explicitly indicated otherwise, numbers can have either |