Doc fix to compilation.txt.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 9 May 2011 01:24:57 +0000 (21:24 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 9 May 2011 01:24:57 +0000 (21:24 -0400)
etc/compilation.txt

index 85971cc..f8b1c16 100644 (file)
@@ -45,9 +45,9 @@ symbol: aix
 
 symbol: ant
 
-The regexps found on http://ant.apache.org/faq.html, and since integrated in
-both Emacsen, were hairy.  Why so many numbers for jikes -- is one a column
-number?
+The regexps found on http://ant.apache.org/faq.html, and since
+integrated in both Emacsen, were hairy.  The extra two numbers for
+jikes are the ending line and ending column, which we don't use.
 
     [javac] /src/DataBaseTestCase.java:27: unreported exception ...
     [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally