aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/process.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a992b539784..d5ee811e5a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * process.c (Fsystem_process_attributes): Doc fix.
4
12008-09-06 Chong Yidong <cyd@stupidchicken.com> 52008-09-06 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * keyboard.c (Ftop_level): Doc fix. 7 * keyboard.c (Ftop_level): Doc fix.
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