diff options
| author | Andrea Corallo | 2020-08-23 11:52:18 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-08-23 11:52:18 +0200 |
| commit | fafc9c21175ee50df84114a09e9f43f02c960b85 (patch) | |
| tree | bd07feaed951d7bd49ed53d65bb2e6082a6c1196 /src/process.c | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| parent | 4e97019a77731d634e6b059954c8fef792c11fa8 (diff) | |
| download | emacs-fafc9c21175ee50df84114a09e9f43f02c960b85.tar.gz emacs-fafc9c21175ee50df84114a09e9f43f02c960b85.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
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 |