aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-04-13 09:01:45 -0700
committerGlenn Morris2020-04-13 09:01:45 -0700
commitd0b9cf876fa62e3584a062e123a87e28278782cf (patch)
tree434ba701e2b3ae0d48d1ee86c8f1b29eb72045ae
parent3b4def8e60b82c11d7296aa78be5b49a20d846f5 (diff)
downloademacs-d0b9cf876fa62e3584a062e123a87e28278782cf.tar.gz
emacs-d0b9cf876fa62e3584a062e123a87e28278782cf.zip
* doc/lispref/processes.texi (Network): Fix xref usage.
-rw-r--r--doc/lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
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.
2466@item :coding @var{coding} 2466@item :coding @var{coding}
2467Use this to set the coding systems used by the network process, in 2467Use this to set the coding systems used by the network process, in
2468preference to binding @code{coding-system-for-read} or 2468preference to binding @code{coding-system-for-read} or
2469@code{coding-system-for-write}. @xref{Network Processes} for 2469@code{coding-system-for-write}. @xref{Network Processes}, for
2470details. 2470details.
2471 2471
2472@item :type @var{type} 2472@item :type @var{type}