diff options
| author | Eli Zaretskii | 2008-08-09 17:55:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-09 17:55:00 +0000 |
| commit | 8f8b082a13e2271496d12853d595f4d59046170c (patch) | |
| tree | a940076f0f7df2fbf0f66c2216c7a7d052a7c71a /src/process.c | |
| parent | 5bef3aecc16e6d2a1266d67bc7094467bca31fdb (diff) | |
| download | emacs-8f8b082a13e2271496d12853d595f4d59046170c.tar.gz emacs-8f8b082a13e2271496d12853d595f4d59046170c.zip | |
(Fsystem_process_attributes): Doc fix.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index b82fb9fc615..6bbdc53ddb1 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7481,6 +7481,8 @@ See `list-system-processes' for getting a list of all process IDs. | |||
| 7481 | 7481 | ||
| 7482 | The attributes that this function may return are listed below, | 7482 | The attributes that this function may return are listed below, |
| 7483 | together with the type of the associated value (in parentheses). | 7483 | together with the type of the associated value (in parentheses). |
| 7484 | Not all platforms support all of these attributes; unsupported | ||
| 7485 | attributes will not appear in the returned alist. | ||
| 7484 | Unless explicitly indicated otherwise, numbers can have either | 7486 | Unless explicitly indicated otherwise, numbers can have either |
| 7485 | integer or floating point values. | 7487 | integer or floating point values. |
| 7486 | 7488 | ||
| @@ -8207,6 +8209,8 @@ See `list-system-processes' for getting a list of all process IDs. | |||
| 8207 | 8209 | ||
| 8208 | The attributes that this function may return are listed below, | 8210 | The attributes that this function may return are listed below, |
| 8209 | together with the type of the associated value (in parentheses). | 8211 | together with the type of the associated value (in parentheses). |
| 8212 | Not all platforms support all of these attributes; unsupported | ||
| 8213 | attributes will not appear in the returned alist. | ||
| 8210 | Unless explicitly indicated otherwise, numbers can have either | 8214 | Unless explicitly indicated otherwise, numbers can have either |
| 8211 | integer or floating point values. | 8215 | integer or floating point values. |
| 8212 | 8216 | ||