aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorPavel Janík2001-11-02 07:01:10 +0000
committerPavel Janík2001-11-02 07:01:10 +0000
commit3ecdf100959536e83e3f66c1430829e428a1a817 (patch)
treef344d353d63380943c67348a082f6aaadff27678 /src/process.c
parente8cdeaca91e55c126a2d47cceb9d60478cb1fb46 (diff)
downloademacs-3ecdf100959536e83e3f66c1430829e428a1a817.tar.gz
emacs-3ecdf100959536e83e3f66c1430829e428a1a817.zip
(Fstart_process): Add usage to doc-string.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 2 insertions, 1 deletions
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.
1043 BUFFER may be also nil, meaning that this process is not associated 1043 BUFFER may be also nil, meaning that this process is not associated
1044 with any buffer. 1044 with any buffer.
1045Third arg is program file name. It is searched for in PATH. 1045Third arg is program file name. It is searched for in PATH.
1046Remaining arguments are strings to give program as arguments. */) 1046Remaining arguments are strings to give program as arguments.
1047usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */)
1047 (nargs, args) 1048 (nargs, args)
1048 int nargs; 1049 int nargs;
1049 register Lisp_Object *args; 1050 register Lisp_Object *args;