aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parentdb8454b07a061175d6b9a3a7d172a8ae8fdadca0 (diff)
downloademacs-a7713d66393826c75040789c63d11c751f4d35eb.tar.gz
emacs-a7713d66393826c75040789c63d11c751f4d35eb.zip
(Fsystem_process_attributes): Doc fix.
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 0ff7e9cb09f..67cd1c3bb06 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-09-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2
3 * process.c (Fsystem_process_attributes): Doc fix.
4
12008-09-07 Chong Yidong <cyd@stupidchicken.com> 52008-09-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * callproc.c (Fcall_process): Canonicalize current directory name. 7 * 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,
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