On 10/12/2024 4:33, Eli Zaretskii wrote:
When passing an argument to @smallexample:
@smallexample lisp
...
@end smallexample
makeinfo warns:
: warning: unexpected argument on @smallexample line: lisp
Is this a bug?
Why did you expect it to accept arguments? The Texinfo manual doesn't
say it does.
The manual says that the @small... commands are equivalent to their
non-small companion commands, except for the size of the font on printed
output.
@example can take arguments, so I expected @smallexample to take them too.