bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Little documentation bug


From: Florian Mayer
Subject: Little documentation bug
Date: Thu, 14 Aug 2014 02:06:59 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

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

[Prev in Thread] Current Thread [Next in Thread]