From ea92add1fe600acbf03ab1bf80094846d52624ef Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Sat, 6 Sep 2008 23:00:17 +0000 Subject: [PATCH] (Fsystem_process_attributes): Doc fix. --- src/ChangeLog | 4 ++++ src/process.c | 6 +++--- 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 @@ +2008-09-06 Roland Winkler + + * process.c (Fsystem_process_attributes): Doc fix. + 2008-09-06 Chong Yidong * 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, Value is an alist where each element is a cons cell of the form - \(ATTR . VALUE) + \(KEY . VALUE) If this functionality is unsupported, the value is nil. See `list-system-processes' for getting a list of all process IDs. -The attributes that this function may return are listed below, -together with the type of the associated value (in parentheses). +The KEYs of 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 -- 2.39.5