diff options
| author | Chong Yidong | 2011-05-08 21:24:57 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-05-08 21:24:57 -0400 |
| commit | 3a648237a4fa3536beb97340385a68ac1e3b234a (patch) | |
| tree | e2ccede730ec56dd33ad133c9bb2bf131159ca92 | |
| parent | 4c44026c141100262a535eaa1ca62bf11fce9ece (diff) | |
| download | emacs-3a648237a4fa3536beb97340385a68ac1e3b234a.tar.gz emacs-3a648237a4fa3536beb97340385a68ac1e3b234a.zip | |
Doc fix to compilation.txt.
| -rw-r--r-- | etc/compilation.txt | 6 |
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 | |||
| 45 | 45 | ||
| 46 | symbol: ant | 46 | symbol: ant |
| 47 | 47 | ||
| 48 | The regexps found on http://ant.apache.org/faq.html, and since integrated in | 48 | The regexps found on http://ant.apache.org/faq.html, and since |
| 49 | both Emacsen, were hairy. Why so many numbers for jikes -- is one a column | 49 | integrated in both Emacsen, were hairy. The extra two numbers for |
| 50 | number? | 50 | jikes are the ending line and ending column, which we don't use. |
| 51 | 51 | ||
| 52 | [javac] /src/DataBaseTestCase.java:27: unreported exception ... | 52 | [javac] /src/DataBaseTestCase.java:27: unreported exception ... |
| 53 | [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally | 53 | [javac] /src/DataBaseTestCase.java:49: warning: finally clause cannot complete normally |