aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRoland Winkler2008-09-06 23:00:17 +0000
committerRoland Winkler2008-09-06 23:00:17 +0000
commitea92add1fe600acbf03ab1bf80094846d52624ef (patch)
tree21b6bd517337c7ed52b4e0d9a340c8bdc7e373a5 /src/process.c
parent8431201e0ff34b187e01c2cb627602e2d16a79b8 (diff)
downloademacs-ea92add1fe600acbf03ab1bf80094846d52624ef.tar.gz
emacs-ea92add1fe600acbf03ab1bf80094846d52624ef.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 6bb652a974f..26e8ab97a02 100644
--- a/src/process.c
+++ b/src/process.c
@@ -7492,14 +7492,14 @@ DEFUN ("system-process-attributes", Fsystem_process_attributes,
7492 7492
7493Value is an alist where each element is a cons cell of the form 7493Value is an alist where each element is a cons cell of the form
7494 7494
7495 \(ATTR . VALUE) 7495 \(KEY . VALUE)
7496 7496
7497If this functionality is unsupported, the value is nil. 7497If this functionality is unsupported, the value is nil.
7498 7498
7499See `list-system-processes' for getting a list of all process IDs. 7499See `list-system-processes' for getting a list of all process IDs.
7500 7500
7501The attributes that this function may return are listed below, 7501The KEYs of the attributes that this function may return are listed
7502together with the type of the associated value (in parentheses). 7502below, together with the type of the associated VALUE (in parentheses).
7503Not all platforms support all of these attributes; unsupported 7503Not all platforms support all of these attributes; unsupported
7504attributes will not appear in the returned alist. 7504attributes will not appear in the returned alist.
7505Unless explicitly indicated otherwise, numbers can have either 7505Unless explicitly indicated otherwise, numbers can have either