On 2022-02-07 Nikolaos Chatzikonstantinou <nchatz...@gmail.com> wrote:
> From f3f0b85cb343fa882987beac4fff3bf57a1039bc Mon Sep 17 00:00:00 2001
> From: Nikolaos Chatzikonstantinou <nchatz...@gmail.com>
> Date: Mon, 7 Feb 2022 18:11:03 +0900
> Subject: [PATCH] doc: Capitalize parameter of -[x]type.

> The parameter of -type and -xtype was lowercase 'c', and is now capital
> 'C' which matches the text description below.

[...]
> -@deffn Test -type c
> +@deffn Test -type C
>  True if the file is of type @var{c}:
[...]

Hello,

I had a hard time understanding the point of the patch until I found
that e.g. tkinfo seems to render @var{c} as a capital C. However e.g.
the generated html does not, the @var{c} is rendered in italics. So it
is not the proper fix. Does
-@deffn Test -type c
+@deffn Test -type @var{c}
work?

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

Reply via email to