aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-09 17:55:00 +0000
committerEli Zaretskii2008-08-09 17:55:00 +0000
commit8f8b082a13e2271496d12853d595f4d59046170c (patch)
treea940076f0f7df2fbf0f66c2216c7a7d052a7c71a /src/process.c
parent5bef3aecc16e6d2a1266d67bc7094467bca31fdb (diff)
downloademacs-8f8b082a13e2271496d12853d595f4d59046170c.tar.gz
emacs-8f8b082a13e2271496d12853d595f4d59046170c.zip
(Fsystem_process_attributes): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
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
7482The attributes that this function may return are listed below, 7482The attributes that this function may return are listed below,
7483together with the type of the associated value (in parentheses). 7483together with the type of the associated value (in parentheses).
7484Not all platforms support all of these attributes; unsupported
7485attributes will not appear in the returned alist.
7484Unless explicitly indicated otherwise, numbers can have either 7486Unless explicitly indicated otherwise, numbers can have either
7485integer or floating point values. 7487integer or floating point values.
7486 7488
@@ -8207,6 +8209,8 @@ See `list-system-processes' for getting a list of all process IDs.
8207 8209
8208The attributes that this function may return are listed below, 8210The attributes that this function may return are listed below,
8209together with the type of the associated value (in parentheses). 8211together with the type of the associated value (in parentheses).
8212Not all platforms support all of these attributes; unsupported
8213attributes will not appear in the returned alist.
8210Unless explicitly indicated otherwise, numbers can have either 8214Unless explicitly indicated otherwise, numbers can have either
8211integer or floating point values. 8215integer or floating point values.
8212 8216