emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 51e102a7c80: ; * doc/lispref/processes.texi: use @code for keywor


From: Mattias Engdegård
Subject: master 51e102a7c80: ; * doc/lispref/processes.texi: use @code for keywords in @table
Date: Mon, 1 Apr 2024 08:46:24 -0400 (EDT)

branch: master
commit 51e102a7c80d4b78eacb92a8cd164e9b1c5c3a91
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * doc/lispref/processes.texi: use @code for keywords in @table
    
    See discussion in bug#69709.
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]