diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-02 13:10:02 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-02 13:10:02 +0000 |
commit | c4a00aa2ec61e5363173106f8ba397b9b6d7047f (patch) | |
tree | 365c49b109108fc90ca7cf0607b274bb8a698527 | |
parent | 6ced5724bcc4948b0b673c878d3c315161fa70de (diff) | |
download | emacs-c4a00aa2ec61e5363173106f8ba397b9b6d7047f.tar.gz |
Fix typo.
-rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index f88b2c46159..dddb08bc46b 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -1575,7 +1575,7 @@ subprocess. @xref{Process Information}. process, being stopped means not accepting new connections. (Up to 5 connection requests will be queued for when you resume the server; you can increase this limit, unless it is imposed by the operating -systems.) For a network stream connection, being stopped means not +system.) For a network stream connection, being stopped means not processing input (any arriving input waits until you resume the connection). For a datagram connection, some number of packets may be queued but input may be lost. You can use the function |