empty_ifclear.texi 178 B

12345678910111213141516171819
  1. \input texinfo @c -*-texinfo-*-
  2. @setfilename empty_ifclear.info
  3. @node Top
  4. @top Test for empty @@if*
  5. @ifclear
  6. Something
  7. @end ifclear
  8. @ifset
  9. Something ifset
  10. @end ifset
  11. @bye