From: Glenn Morris Date: Mon, 13 Apr 2020 16:01:45 +0000 (-0700) Subject: * doc/lispref/processes.texi (Network): Fix xref usage. X-Git-Tag: emacs-28.0.90~7592 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0b9cf876fa62e3584a062e123a87e28278782cf;p=emacs.git * doc/lispref/processes.texi (Network): Fix xref usage. --- diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 735e9fd7db4..c6e735a9b1e 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2466,7 +2466,7 @@ If non-@code{nil}, try to make an asynchronous connection. @item :coding @var{coding} Use this to set the coding systems used by the network process, in preference to binding @code{coding-system-for-read} or -@code{coding-system-for-write}. @xref{Network Processes} for +@code{coding-system-for-write}. @xref{Network Processes}, for details. @item :type @var{type}