aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 15634e4a8b0..3aa105ae342 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1654,7 +1654,10 @@ you specify a filter function to handle the output. BUFFER may be
1654also nil, meaning that this process is not associated with any buffer. 1654also nil, meaning that this process is not associated with any buffer.
1655 1655
1656:command COMMAND -- COMMAND is a list starting with the program file 1656:command COMMAND -- COMMAND is a list starting with the program file
1657name, followed by strings to give to the program as arguments. 1657name, followed by strings to give to the program as arguments. If the
1658program file name is not an absolute file name, `make-process' will
1659look for the program file name in `exec-path' (which is a list of
1660directories).
1658 1661
1659:coding CODING -- If CODING is a symbol, it specifies the coding 1662:coding CODING -- If CODING is a symbol, it specifies the coding
1660system used for both reading and writing for this process. If CODING 1663system used for both reading and writing for this process. If CODING