diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 5 |
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 | |||
| 1654 | also nil, meaning that this process is not associated with any buffer. | 1654 | also 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 |
| 1657 | name, followed by strings to give to the program as arguments. | 1657 | name, followed by strings to give to the program as arguments. If the |
| 1658 | program file name is not an absolute file name, `make-process' will | ||
| 1659 | look for the program file name in `exec-path' (which is a list of | ||
| 1660 | directories). | ||
| 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 |
| 1660 | system used for both reading and writing for this process. If CODING | 1663 | system used for both reading and writing for this process. If CODING |