diff options
| author | Glenn Morris | 2020-04-13 09:01:45 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-04-13 09:01:45 -0700 |
| commit | d0b9cf876fa62e3584a062e123a87e28278782cf (patch) | |
| tree | 434ba701e2b3ae0d48d1ee86c8f1b29eb72045ae | |
| parent | 3b4def8e60b82c11d7296aa78be5b49a20d846f5 (diff) | |
| download | emacs-d0b9cf876fa62e3584a062e123a87e28278782cf.tar.gz emacs-d0b9cf876fa62e3584a062e123a87e28278782cf.zip | |
* doc/lispref/processes.texi (Network): Fix xref usage.
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
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} |
| 2467 | Use this to set the coding systems used by the network process, in | 2467 | Use this to set the coding systems used by the network process, in |
| 2468 | preference to binding @code{coding-system-for-read} or | 2468 | preference 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 |
| 2470 | details. | 2470 | details. |
| 2471 | 2471 | ||
| 2472 | @item :type @var{type} | 2472 | @item :type @var{type} |