[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix punctuation in "Info Format: Cross-reference"
From: |
Gavin Smith |
Subject: |
Re: [PATCH] Fix punctuation in "Info Format: Cross-reference" |
Date: |
Sat, 15 Oct 2022 21:43:56 +0100 |
On Sat, Oct 15, 2022 at 05:36:36PM +0200, Jakub Wilk wrote:
> ---
> doc/texinfo.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/texinfo.texi b/doc/texinfo.texi
> index 2f31fce9e4..6f2e0cc161 100644
> --- a/doc/texinfo.texi
> +++ b/doc/texinfo.texi
> @@ -24091,7 +24091,7 @@ In both forms the @t{<id>} refers to a node or
> anchor, in the same way
> as a reference in the node information line does (@pxref{Info Format
> Regular Nodes}). The optional parenthesized @samp{<infofile>} is the
> name of the manual being referenced, and @t{<node-spec>} gives the
> -node or anchor within that manual,
> +node or anchor within that manual.
>
> The second form has a descriptive label. A cross-reference in this form
> should usually be terminated with a comma or period, to make it
Thanks, committed.