On Wed, Jun 07, 2017 at 11:57:45PM +0900, Jean-Christophe Helary wrote:
> I'm working on a CSS for the emacs related HTML manuals and I see that the 
> @key{ } macro and the @kbd{ } macros are not converted the same way:
> 
> @key{...} generates <...>
> while
> @kbd{...} generates <kbd>...</kbd>
> 
> for ex:

Well, I just tried it and the output was different.  @key{...} generated
<tt class="key">...</tt> and <span class="key">...</span> if it is in a 
code-like environment like @code.  @kbd generates <kbd> as you say.  
What version of Texinfo are you using?  (I tried it with the latest 
development version.)

Reply via email to