aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorKarl Heuer1998-11-07 16:55:41 +0000
committerKarl Heuer1998-11-07 16:55:41 +0000
commit31cd7d0079cfcfdf93765ec4d8b67b95f3933aff (patch)
tree0491ed2e51cb014d79d81aae4f493440485ffc81 /src/process.c
parent8dc9e2ef68021e161f757ca0f59c93b2e1e68021 (diff)
downloademacs-31cd7d0079cfcfdf93765ec4d8b67b95f3933aff.tar.gz
emacs-31cd7d0079cfcfdf93765ec4d8b67b95f3933aff.zip
(Fprocess_status): Doc fix.
Diffstat (limited to 'src/process.c')
-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;