diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /src/android.c | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'src/android.c')
| -rw-r--r-- | src/android.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android.c b/src/android.c index 51622f16230..7a393f8f56d 100644 --- a/src/android.c +++ b/src/android.c | |||
| @@ -2779,7 +2779,7 @@ android_destroy_handle (android_handle handle) | |||
| 2779 | 2779 | ||
| 2780 | /* Just clear any exception thrown. If destroying the handle | 2780 | /* Just clear any exception thrown. If destroying the handle |
| 2781 | fails from an out-of-memory error, then Emacs loses some | 2781 | fails from an out-of-memory error, then Emacs loses some |
| 2782 | resources, but that is not as big deal as signalling. */ | 2782 | resources, but that is not as big deal as signaling. */ |
| 2783 | (*android_java_env)->ExceptionClear (android_java_env); | 2783 | (*android_java_env)->ExceptionClear (android_java_env); |
| 2784 | 2784 | ||
| 2785 | /* Delete the global reference regardless of any error. */ | 2785 | /* Delete the global reference regardless of any error. */ |
| @@ -5797,7 +5797,7 @@ android_check_string (Lisp_Object text) | |||
| 5797 | better represent the UCS-16 based Java String format, and to let | 5797 | better represent the UCS-16 based Java String format, and to let |
| 5798 | strings contain NULL characters while remaining valid C strings: | 5798 | strings contain NULL characters while remaining valid C strings: |
| 5799 | NULL bytes are encoded as two-byte sequences, and Unicode surrogate | 5799 | NULL bytes are encoded as two-byte sequences, and Unicode surrogate |
| 5800 | pairs encoded as two-byte sequences are prefered to four-byte | 5800 | pairs encoded as two-byte sequences are preferred to four-byte |
| 5801 | sequences when encoding characters above the BMP. */ | 5801 | sequences when encoding characters above the BMP. */ |
| 5802 | 5802 | ||
| 5803 | int | 5803 | int |