Mercurial > emacs
diff src/process.c @ 97367:115891550745
(Fsystem_process_attributes): Doc fix.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 09 Aug 2008 17:54:07 +0000 |
| parents | 80acedef7417 |
| children | 58e6e58841ce |
line wrap: on
line diff
--- a/src/process.c Sat Aug 09 17:53:30 2008 +0000 +++ b/src/process.c Sat Aug 09 17:54:07 2008 +0000 @@ -7481,6 +7481,8 @@ The attributes that this function may return are listed below, together with the type of the associated value (in parentheses). +Not all platforms support all of these attributes; unsupported +attributes will not appear in the returned alist. Unless explicitly indicated otherwise, numbers can have either integer or floating point values. @@ -8207,6 +8209,8 @@ The attributes that this function may return are listed below, together with the type of the associated value (in parentheses). +Not all platforms support all of these attributes; unsupported +attributes will not appear in the returned alist. Unless explicitly indicated otherwise, numbers can have either integer or floating point values.
