diff options
| author | Mattias EngdegÄrd | 2024-04-01 14:41:37 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2024-04-01 14:43:30 +0200 |
| commit | 51e102a7c80d4b78eacb92a8cd164e9b1c5c3a91 (patch) | |
| tree | 50c28bfea886a0532a61ab4d53b72d7a31003a53 | |
| parent | 601e772b06c47b7459b8355ab0114e87455a31d8 (diff) | |
| download | emacs-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.texi | 8 |
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. | |||
| 687 | Omitting a keyword is always equivalent to specifying it with value | 687 | Omitting 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} |
| 692 | Use the string @var{name} as the process name; if a process with this | 692 | Use the string @var{name} as the process name; if a process with this |
| 693 | name already exists, then @var{name} is modified (by appending | 693 | name 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 | ||
| 818 | Here are the meaningful keywords: | 818 | Here are the meaningful keywords: |
| 819 | 819 | ||
| 820 | @table @asis | 820 | @table @code |
| 821 | @item :name @var{name} | 821 | @item :name @var{name} |
| 822 | Use the string @var{name} as the process name. As with | 822 | Use 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 | |||
| 2828 | are the meaningful keywords (those corresponding to network options | 2828 | are the meaningful keywords (those corresponding to network options |
| 2829 | are listed in the following section): | 2829 | are listed in the following section): |
| 2830 | 2830 | ||
| 2831 | @table @asis | 2831 | @table @code |
| 2832 | @item :name @var{name} | 2832 | @item :name @var{name} |
| 2833 | Use the string @var{name} as the process name. It is modified if | 2833 | Use the string @var{name} as the process name. It is modified if |
| 2834 | necessary to make it unique. | 2834 | necessary to make it unique. |
| @@ -3017,7 +3017,7 @@ modify these options later, using @code{set-network-process-option}. | |||
| 3017 | connections, so you will need to set the necessary options for each | 3017 | connections, so you will need to set the necessary options for each |
| 3018 | child connection as it is created. | 3018 | child 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} |
| 3022 | If @var{device-name} is a non-empty string identifying a network | 3022 | If @var{device-name} is a non-empty string identifying a network |
| 3023 | interface name (see @code{network-interface-list}), only handle | 3023 | interface name (see @code{network-interface-list}), only handle |