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/textconv.c | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'src/textconv.c')
| -rw-r--r-- | src/textconv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/textconv.c b/src/textconv.c index bd72562317f..fb1c66bb2c2 100644 --- a/src/textconv.c +++ b/src/textconv.c | |||
| @@ -23,7 +23,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 23 | They may then request that the text editor remove or substitute | 23 | They may then request that the text editor remove or substitute |
| 24 | that text for something else, for example when providing the | 24 | that text for something else, for example when providing the |
| 25 | ability to ``undo'' or ``edit'' previously composed text. This is | 25 | ability to ``undo'' or ``edit'' previously composed text. This is |
| 26 | most commonly seen in input methods for CJK laguages for X Windows, | 26 | most commonly seen in input methods for CJK languages for X Windows, |
| 27 | and is extensively used throughout Android by input methods for all | 27 | and is extensively used throughout Android by input methods for all |
| 28 | kinds of scripts. | 28 | kinds of scripts. |
| 29 | 29 | ||
| @@ -1311,7 +1311,7 @@ struct complete_edit_check_context | |||
| 1311 | 1311 | ||
| 1312 | /* Convert PTR to CONTEXT. If CONTEXT->check is false, then update | 1312 | /* Convert PTR to CONTEXT. If CONTEXT->check is false, then update |
| 1313 | CONTEXT->w's ephemeral last point and give it to the input method, | 1313 | CONTEXT->w's ephemeral last point and give it to the input method, |
| 1314 | the assumption being that an editing operation signalled. */ | 1314 | the assumption being that an editing operation signaled. */ |
| 1315 | 1315 | ||
| 1316 | static void | 1316 | static void |
| 1317 | complete_edit_check (void *ptr) | 1317 | complete_edit_check (void *ptr) |
| @@ -1379,7 +1379,7 @@ handle_pending_conversion_events_1 (struct frame *f, | |||
| 1379 | or not the editing operation completed successfully. */ | 1379 | or not the editing operation completed successfully. */ |
| 1380 | context.check = false; | 1380 | context.check = false; |
| 1381 | 1381 | ||
| 1382 | /* Make sure completion is signalled. */ | 1382 | /* Make sure completion is signaled. */ |
| 1383 | count = SPECPDL_INDEX (); | 1383 | count = SPECPDL_INDEX (); |
| 1384 | record_unwind_protect_ptr (complete_edit, &token); | 1384 | record_unwind_protect_ptr (complete_edit, &token); |
| 1385 | w = NULL; | 1385 | w = NULL; |