From d0b9cf876fa62e3584a062e123a87e28278782cf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 13 Apr 2020 09:01:45 -0700 Subject: [PATCH] * doc/lispref/processes.texi (Network): Fix xref usage. --- doc/lispref/processes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.5