aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-11-07 16:55:41 +0000
committerKarl Heuer <[email protected]>1998-11-07 16:55:41 +0000
commit31cd7d0079cfcfdf93765ec4d8b67b95f3933aff (patch)
tree0491ed2e51cb014d79d81aae4f493440485ffc81 /src/process.c
parent8dc9e2ef68021e161f757ca0f59c93b2e1e68021 (diff)
(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 9bf9c73fb6..ff8011316e 100644
--- a/src/process.c
+++ b/src/process.c
@@ -644,7 +644,7 @@ signal -- for a process that has got a fatal signal.\n\
open -- for a network stream connection that is open.\n\
closed -- for a network stream connection that is closed.\n\
nil -- if arg is a process name and no such process exists.\n\
-PROCESS may be a process, a buffer, the name of a process or buffer, or\n\
+PROCESS may be a process, a buffer, the name of a process, or\n\
nil, indicating the current buffer's process.")
(process)
register Lisp_Object process;