diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /src/xterm.c | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip | |
; Fix typos
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index deedc595cb2..20bccc165f6 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -14490,7 +14490,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window, | |||
| 14490 | break; | 14490 | break; |
| 14491 | } | 14491 | } |
| 14492 | #ifdef USE_GTK | 14492 | #ifdef USE_GTK |
| 14493 | /* We don't wan't to know the innermost window. We | 14493 | /* We don't want to know the innermost window. We |
| 14494 | want the edit window. For non-Gtk+ the innermost | 14494 | want the edit window. For non-Gtk+ the innermost |
| 14495 | window is the edit window. For Gtk+ it might not | 14495 | window is the edit window. For Gtk+ it might not |
| 14496 | be. It might be the tool bar for example. */ | 14496 | be. It might be the tool bar for example. */ |
| @@ -14521,7 +14521,7 @@ XTmouse_position (struct frame **fp, int insist, Lisp_Object *bar_window, | |||
| 14521 | never use them in that case.) */ | 14521 | never use them in that case.) */ |
| 14522 | 14522 | ||
| 14523 | #ifdef USE_GTK | 14523 | #ifdef USE_GTK |
| 14524 | /* We don't wan't to know the innermost window. We | 14524 | /* We don't want to know the innermost window. We |
| 14525 | want the edit window. */ | 14525 | want the edit window. */ |
| 14526 | f1 = x_window_to_frame (dpyinfo, win); | 14526 | f1 = x_window_to_frame (dpyinfo, win); |
| 14527 | #else | 14527 | #else |