diff options
Diffstat (limited to 'java/README')
| -rw-r--r-- | java/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/README b/java/README new file mode 100644 index 00000000000..50c2332ce95 --- /dev/null +++ b/java/README | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | This directory holds the Java sources of the port of GNU Emacs to | ||
| 2 | Android-like systems. | ||
| 3 | |||
| 4 | Please keep the Java code indented with tabs and formatted according | ||
| 5 | to the rules for C code in the GNU coding standards. Always use | ||
| 6 | C-style comments. | ||