aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2024-04-01 14:41:37 +0200
committerMattias EngdegÄrd2024-04-01 14:43:30 +0200
commit51e102a7c80d4b78eacb92a8cd164e9b1c5c3a91 (patch)
tree50c28bfea886a0532a61ab4d53b72d7a31003a53
parent601e772b06c47b7459b8355ab0114e87455a31d8 (diff)
downloademacs-51e102a7c80d4b78eacb92a8cd164e9b1c5c3a91.tar.gz
emacs-51e102a7c80d4b78eacb92a8cd164e9b1c5c3a91.zip
; * doc/lispref/processes.texi: use @code for keywords in @table
See discussion in bug#69709.
-rw-r--r--doc/lispref/processes.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index ea3fe738f69..c356c905dee 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -687,7 +687,7 @@ The arguments @var{args} are a list of keyword/argument pairs.
687Omitting a keyword is always equivalent to specifying it with value 687Omitting a keyword is always equivalent to specifying it with value
688@code{nil}. Here are the meaningful keywords: 688@code{nil}. Here are the meaningful keywords:
689 689
690@table @asis 690@table @code
691@item :name @var{name} 691@item :name @var{name}
692Use the string @var{name} as the process name; if a process with this 692Use the string @var{name} as the process name; if a process with this
693name already exists, then @var{name} is modified (by appending 693name already exists, then @var{name} is modified (by appending
@@ -817,7 +817,7 @@ Omitting a keyword is always equivalent to specifying it with value
817 817
818Here are the meaningful keywords: 818Here are the meaningful keywords:
819 819
820@table @asis 820@table @code
821@item :name @var{name} 821@item :name @var{name}
822Use the string @var{name} as the process name. As with 822Use the string @var{name} as the process name. As with
823@code{make-process}, it is modified if necessary to make it unique. 823@code{make-process}, it is modified if necessary to make it unique.
@@ -2828,7 +2828,7 @@ equivalent to specifying it with value @code{nil}, except for
2828are the meaningful keywords (those corresponding to network options 2828are the meaningful keywords (those corresponding to network options
2829are listed in the following section): 2829are listed in the following section):
2830 2830
2831@table @asis 2831@table @code
2832@item :name @var{name} 2832@item :name @var{name}
2833Use the string @var{name} as the process name. It is modified if 2833Use the string @var{name} as the process name. It is modified if
2834necessary to make it unique. 2834necessary to make it unique.
@@ -3017,7 +3017,7 @@ modify these options later, using @code{set-network-process-option}.
3017connections, so you will need to set the necessary options for each 3017connections, so you will need to set the necessary options for each
3018child connection as it is created. 3018child connection as it is created.
3019 3019
3020@table @asis 3020@table @code
3021@item :bindtodevice @var{device-name} 3021@item :bindtodevice @var{device-name}
3022If @var{device-name} is a non-empty string identifying a network 3022If @var{device-name} is a non-empty string identifying a network
3023interface name (see @code{network-interface-list}), only handle 3023interface name (see @code{network-interface-list}), only handle