aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 9bf9c73fb6f..ff8011316e0 100644
--- a/src/process.c
+++ b/src/process.c
@@ -644,7 +644,7 @@ signal -- for a process that has got a fatal signal.\n\
644open -- for a network stream connection that is open.\n\ 644open -- for a network stream connection that is open.\n\
645closed -- for a network stream connection that is closed.\n\ 645closed -- for a network stream connection that is closed.\n\
646nil -- if arg is a process name and no such process exists.\n\ 646nil -- if arg is a process name and no such process exists.\n\
647PROCESS may be a process, a buffer, the name of a process or buffer, or\n\ 647PROCESS may be a process, a buffer, the name of a process, or\n\
648nil, indicating the current buffer's process.") 648nil, indicating the current buffer's process.")
649 (process) 649 (process)
650 register Lisp_Object process; 650 register Lisp_Object process;