On Wed, May 24, 2017 at 06:11:09PM +0000, Matan Nassau wrote:
> Hi.
>
> There is a small inconsistency between an example and its output, in
> section 7.2.1 of the Texinfo manual, '@emph[TEXT] and @strong[TEXT]'.
>
> > For example
> >
> > @strong{Caution:} @samp{rm *}
> > removes @emph{all} normal files.
> >
> > produces the following:
> >
> > *Caution*: 'rm * .[^.]*' removes _all_ normal files.
>
> Attached a small patch for this.
Thank you for reporting this. I've changed the text back to how it
was before this inconsistency was introduced.