aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c
index 5084bc8d159..aaadedb5419 100644
--- a/src/process.c
+++ b/src/process.c
@@ -7502,7 +7502,7 @@ given its ID. */)
7502} 7502}
7503 7503
7504DEFUN ("system-process-attributes", Fsystem_process_attributes, 7504DEFUN ("system-process-attributes", Fsystem_process_attributes,
7505 Ssystem_process_attributeses, 1, 1, 0, 7505 Ssystem_process_attributes, 1, 1, 0,
7506 doc: /* Return attributes of the process given by its PID, a number. 7506 doc: /* Return attributes of the process given by its PID, a number.
7507 7507
7508Value is an alist where each element is a cons cell of the form 7508Value is an alist where each element is a cons cell of the form
@@ -7928,7 +7928,7 @@ The variable takes effect when `start-process' is called. */);
7928 defsubr (&Sset_process_filter_multibyte); 7928 defsubr (&Sset_process_filter_multibyte);
7929 defsubr (&Sprocess_filter_multibyte_p); 7929 defsubr (&Sprocess_filter_multibyte_p);
7930 defsubr (&Slist_system_processes); 7930 defsubr (&Slist_system_processes);
7931 defsubr (&Ssystem_process_attributeses); 7931 defsubr (&Ssystem_process_attributes);
7932} 7932}
7933 7933
7934 7934
@@ -8230,7 +8230,7 @@ given its ID. */)
8230} 8230}
8231 8231
8232DEFUN ("system-process-attributes", Fsystem_process_attributes, 8232DEFUN ("system-process-attributes", Fsystem_process_attributes,
8233 Ssystem_process_attributeses, 1, 1, 0, 8233 Ssystem_process_attributes, 1, 1, 0,
8234 doc: /* Return attributes of the process given by its PID, a number. 8234 doc: /* Return attributes of the process given by its PID, a number.
8235 8235
8236Value is an alist where each element is a cons cell of the form 8236Value is an alist where each element is a cons cell of the form
@@ -8301,7 +8301,7 @@ syms_of_process ()
8301 defsubr (&Sget_buffer_process); 8301 defsubr (&Sget_buffer_process);
8302 defsubr (&Sprocess_inherit_coding_system_flag); 8302 defsubr (&Sprocess_inherit_coding_system_flag);
8303 defsubr (&Slist_system_processes); 8303 defsubr (&Slist_system_processes);
8304 defsubr (&Ssystem_process_attributeses); 8304 defsubr (&Ssystem_process_attributes);
8305} 8305}
8306 8306
8307 8307