* doc/m4.texinfo: Use begin-quote, end-quote, begin-comment, and
[m4.git] / examples / translit.m4
blob078d1726b403c6a952573619a8d70e63931a34ae
1 # traceon(`translit')dnl
2 translit(`GNUs not Unix', `a-z')
3 translit(`GNUs not Unix', `a-z', `A-Z')
4 translit(`GNUs not Unix', `A-Z', `a-z')
5 translit(`GNUs not Unix', `A-Z')
6 translit(`a-z', `a-')
7 translit(`A-Z', `A-Z-', `-A-Z')
8 translit(`GNUs not Unix', `Z-A', `a-z')