From a7713d66393826c75040789c63d11c751f4d35eb Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Sun, 7 Sep 2008 19:47:29 +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 0ff7e9cb09f..67cd1c3bb06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-09-07 Roland Winkler + + * process.c (Fsystem_process_attributes): Doc fix. + 2008-09-07 Chong Yidong * callproc.c (Fcall_process): Canonicalize current directory name. 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, 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