From 8c96aafa2dfddbd7eb74a4a2ed10d4ed3607450d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 1 Apr 2024 14:41:37 +0200 Subject: [PATCH] ; * doc/lispref/processes.texi: use @code for keywords in @table See discussion in bug#69709. (cherry picked from commit 51e102a7c80d4b78eacb92a8cd164e9b1c5c3a91) --- doc/lispref/processes.texi | 8 ++++---- 1 file 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. Omitting a keyword is always equivalent to specifying it with value @code{nil}. Here are the meaningful keywords: -@table @asis +@table @code @item :name @var{name} Use the string @var{name} as the process name; if a process with this 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 Here are the meaningful keywords: -@table @asis +@table @code @item :name @var{name} Use the string @var{name} as the process name. As with @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 are the meaningful keywords (those corresponding to network options are listed in the following section): -@table @asis +@table @code @item :name @var{name} Use the string @var{name} as the process name. It is modified if necessary to make it unique. @@ -3017,7 +3017,7 @@ modify these options later, using @code{set-network-process-option}. connections, so you will need to set the necessary options for each child connection as it is created. -@table @asis +@table @code @item :bindtodevice @var{device-name} If @var{device-name} is a non-empty string identifying a network interface name (see @code{network-interface-list}), only handle -- 2.39.5