mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Fix typo in comment.
This commit is contained in:
parent
1bb433e702
commit
d7e344cda1
1 changed files with 1 additions and 1 deletions
|
|
@ -2900,7 +2900,7 @@ usage: (make-network-process &rest ARGS) */)
|
|||
/* Make QCaddress an alias for :local (server) or :remote (client). */
|
||||
QCaddress = is_server ? QClocal : QCremote;
|
||||
|
||||
/* :wait BOOL */
|
||||
/* :nowait BOOL */
|
||||
if (!is_server && socktype == SOCK_STREAM
|
||||
&& (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue