diff doc/interpreter/munge-texi.cc @ 3404:c4ba3cada9cb

[project @ 2000-01-05 06:45:00 by jwe]
author jwe
date Wed, 05 Jan 2000 06:45:01 +0000
parents 1b782f9cecfe
children 7576a76f6d7b
line wrap: on
line diff
--- a/doc/interpreter/munge-texi.cc
+++ b/doc/interpreter/munge-texi.cc
@@ -106,7 +106,7 @@
 static void
 process_texi_input_file (istream& is, ostream& os)
 {
-  os << "% DO NOT EDIT!  Generated automatically by munge-texi.\n\n";
+  os << "@c DO NOT EDIT!  Generated automatically by munge-texi.\n\n";
 
   bool bol = true;