1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(Network): Fix typo in xref (from Robert J. Chassell).

This commit is contained in:
Kim F. Storm 2003-10-13 13:49:31 +00:00
parent 53b1ab69a4
commit 30f4318dc9

View file

@ -1498,7 +1498,7 @@ back to listening for more connection requests.
@code{make-network-process} with an argument list consisting of
keyword/argument pairs, for example @code{:server t} to create a
server process, or @code{:type 'datagram} to create a datagram
connection. @xref{Low-Level Network} for details. You can also use
connection. @xref{Low-Level Network}, for details. You can also use
one of the @code{open-network-...} functions descibed below;
internally, they just call @code{make-network-process} with suitable
arguments.