From 3ecdf100959536e83e3f66c1430829e428a1a817 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 2 Nov 2001 07:01:10 +0000 Subject: [PATCH] (Fstart_process): Add usage to doc-string. --- src/process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/process.c b/src/process.c index e223ec9e8e5..ed0db6072fb 100644 --- a/src/process.c +++ b/src/process.c @@ -1043,7 +1043,8 @@ BUFFER is the buffer or (buffer-name) to associate with the process. BUFFER may be also nil, meaning that this process is not associated with any buffer. Third arg is program file name. It is searched for in PATH. -Remaining arguments are strings to give program as arguments. */) +Remaining arguments are strings to give program as arguments. +usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */) (nargs, args) int nargs; register Lisp_Object *args; -- 2.39.5