X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmulticast.el;h=bcc6d0882115242607fcc3334b2a4fb4dc8c47ee;hb=41624364c305d02cc5d1e6f35d405939a2623243;hp=efd3f80f1dc9484d3a8ea70f303a0a5ffe39a904;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/multicast.el b/lisp/multicast.el index efd3f80..bcc6d08 100644 --- a/lisp/multicast.el +++ b/lisp/multicast.el @@ -45,7 +45,7 @@ (defun open-multicast-group (name buffer address) "Open a multicast connection on the specified address. -Returns a subprocess-object to represent the connection. +Returns a process object to represent the connection. Input and output work as for subprocesses; `delete-process' closes it. Args are NAME BUFFER ADDRESS. NAME is a name for the process. It is modified if necessary to make it unique.