summaryrefslogtreecommitdiff
path: root/etc/compilation.txt
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-05-08 21:24:57 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-05-08 21:24:57 -0400
commit3a648237a4fa3536beb97340385a68ac1e3b234a (patch)
treee2ccede730ec56dd33ad133c9bb2bf131159ca92 /etc/compilation.txt
parent4c44026c141100262a535eaa1ca62bf11fce9ece (diff)
downloademacs-3a648237a4fa3536beb97340385a68ac1e3b234a.tar.gz
Doc fix to compilation.txt.
Diffstat (limited to 'etc/compilation.txt')
-rw-r--r--etc/compilation.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt
index 85971cc26dd..f8b1c16f1ca 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -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