diff options
| author | Stefan Kangas | 2023-08-12 15:46:32 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-08-12 15:46:32 +0200 |
| commit | 98e7d37451ce6dbe7baf94c190b2394631ae74ab (patch) | |
| tree | b9d6a7cab7968c46eedd77c45371e47a200f2cc6 /java | |
| parent | 11be475eeebe957ba3a4640e59c9ab41ddbf74b2 (diff) | |
| download | emacs-98e7d37451ce6dbe7baf94c190b2394631ae74ab.tar.gz emacs-98e7d37451ce6dbe7baf94c190b2394631ae74ab.zip | |
; Fix typo
Diffstat (limited to 'java')
| -rw-r--r-- | java/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/INSTALL b/java/INSTALL index 7ee39a71e9a..fb235af1346 100644 --- a/java/INSTALL +++ b/java/INSTALL | |||
| @@ -39,7 +39,7 @@ script like so: | |||
| 39 | Replacing the paths in the command line above with: | 39 | Replacing the paths in the command line above with: |
| 40 | 40 | ||
| 41 | - the path to the `android.jar' headers which come with the Android | 41 | - the path to the `android.jar' headers which come with the Android |
| 42 | SDK. They must correspond to Android version 13 (API level 33.) | 42 | SDK. They must correspond to Android version 13 (API level 33). |
| 43 | 43 | ||
| 44 | - the path to the C compiler in the Android NDK, for the kind of CPU | 44 | - the path to the C compiler in the Android NDK, for the kind of CPU |
| 45 | you are building Emacs to run on. | 45 | you are building Emacs to run on. |