]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/processes.texi (Network): Fix xref usage.
authorGlenn Morris <rgm@gnu.org>
Mon, 13 Apr 2020 16:01:45 +0000 (09:01 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 13 Apr 2020 16:01:45 +0000 (09:01 -0700)
doc/lispref/processes.texi

index 735e9fd7db44a89d76d59af151a0323ba4eb34d1..c6e735a9b1e0f32e4f0229ac74be7561fd392c9f 100644 (file)
@@ -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}