diff options
| author | Kim F. Storm | 2006-12-27 21:46:25 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-27 21:46:25 +0000 |
| commit | d7e344cda18655f5c0cf57c0b720edcbd9a1c0b9 (patch) | |
| tree | f28b11c222ada6ff8a12a635b0c4c35b2d57a87f /src/process.c | |
| parent | 1bb433e7022f5e1da406690de77458d938388c4a (diff) | |
| download | emacs-d7e344cda18655f5c0cf57c0b720edcbd9a1c0b9.tar.gz emacs-d7e344cda18655f5c0cf57c0b720edcbd9a1c0b9.zip | |
Fix typo in comment.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 0390d794c9e..c2ec6021ad2 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -2900,7 +2900,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 2900 | /* Make QCaddress an alias for :local (server) or :remote (client). */ | 2900 | /* Make QCaddress an alias for :local (server) or :remote (client). */ |
| 2901 | QCaddress = is_server ? QClocal : QCremote; | 2901 | QCaddress = is_server ? QClocal : QCremote; |
| 2902 | 2902 | ||
| 2903 | /* :wait BOOL */ | 2903 | /* :nowait BOOL */ |
| 2904 | if (!is_server && socktype == SOCK_STREAM | 2904 | if (!is_server && socktype == SOCK_STREAM |
| 2905 | && (tem = Fplist_get (contact, QCnowait), !NILP (tem))) | 2905 | && (tem = Fplist_get (contact, QCnowait), !NILP (tem))) |
| 2906 | { | 2906 | { |