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'.')
⇒
changequote(`', `')
⇒
foo
⇒Macro `FOO'.
`foo'
⇒`Macro `FOO'.'
changequote(`,)
⇒
foo
⇒Macro FOO.

==end==

That last line has to be

⇒Macro `FOO'.

instead of

⇒Macro FOO.



Best regards
Florian Mayer


Reply via email to