mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(Fsystem_process_attributes): Doc fix.
This commit is contained in:
parent
8431201e0f
commit
ea92add1fe
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
|
||||
|
||||
* process.c (Fsystem_process_attributes): Doc fix.
|
||||
|
||||
2008-09-06 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* keyboard.c (Ftop_level): Doc fix.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue