aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
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 018adf1b94e..1bdc27be91b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2794,7 +2794,7 @@ init_process ()
2794 proc_buffered_char[i] = -1; 2794 proc_buffered_char[i] = -1;
2795 } 2795 }
2796} 2796}
2797#ifdef 0 2797#if 0
2798DEFUN ("process-connection", Fprocess_connection, Sprocess_connection, 0, 1, 0, 2798DEFUN ("process-connection", Fprocess_connection, Sprocess_connection, 0, 1, 0,
2799 "Return the connection type of `PROCESS'. This can be nil (pipe),\n\ 2799 "Return the connection type of `PROCESS'. This can be nil (pipe),\n\
2800t or pty (pty) or stream (socket connection).") 2800t or pty (pty) or stream (socket connection).")