Hello m4 Team,
i think i have found a little bug in the latest
version of the m4 manual!
(see http://www.gnu.org/software/m4/manual/m4.html#Changequote
the pdf version contains it as well)
The bug is located in chapter 8.2 inside of the third code example.
==m4code==
define(`foo', `Macro `FOO'
On 08/13/2014 06:06 PM, Florian Mayer wrote:
> Hello m4 Team,
>
> i think i have found a little bug in the latest
> version of the m4 manual!
>
Thanks for the report. However...
> define(`foo', `Macro `FOO'.')
> ⇒
> changequote(`', `')
> ⇒
> foo
> ⇒Macro `FOO'.
> `foo'
> ⇒`Macro `FOO'.'
> chan