aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRoland Winkler2008-09-07 19:47:29 +0000
committerRoland Winkler2008-09-07 19:47:29 +0000
commita7713d66393826c75040789c63d11c751f4d35eb (patch)
tree919b569aafc07bf37aa6001d10ce1960584f27ea /src/process.c
parentdb8454b07a061175d6b9a3a7d172a8ae8fdadca0 (diff)
downloademacs-a7713d66393826c75040789c63d11c751f4d35eb.tar.gz
emacs-a7713d66393826c75040789c63d11c751f4d35eb.zip
(Fsystem_process_attributes): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c6
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
8221Value is an alist where each element is a cons cell of the form 8221Value is an alist where each element is a cons cell of the form
8222 8222
8223 \(ATTR . VALUE) 8223 \(KEY . VALUE)
8224 8224
8225If this functionality is unsupported, the value is nil. 8225If this functionality is unsupported, the value is nil.
8226 8226
8227See `list-system-processes' for getting a list of all process IDs. 8227See `list-system-processes' for getting a list of all process IDs.
8228 8228
8229The attributes that this function may return are listed below, 8229The KEYs of the attributes that this function may return are listed
8230together with the type of the associated value (in parentheses). 8230below, together with the type of the associated VALUE (in parentheses).
8231Not all platforms support all of these attributes; unsupported 8231Not all platforms support all of these attributes; unsupported
8232attributes will not appear in the returned alist. 8232attributes will not appear in the returned alist.
8233Unless explicitly indicated otherwise, numbers can have either 8233Unless explicitly indicated otherwise, numbers can have either