diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:43:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-14 12:52:32 +0200 |
commit | 41e612cfd684f03e34c8990df1b86b95e092211b (patch) | |
tree | d2ba94798f230db2835562679d0f3308fb1fd50f /src/xterm.c | |
parent | ade1238bce1cf69ebce8809a2d73cb92db94b977 (diff) | |
download | emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.bz2 emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip |
; Fix typos
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c index 85367b78e3c..2ccd6b1613d 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -1433,7 +1433,7 @@ static bool x_dnd_use_toplevels; /* Motif drag-and-drop protocol support. */ /* Pointer to a variable which stores whether or not an X error - occured while trying to create the Motif drag window. */ + occurred while trying to create the Motif drag window. */ static volatile bool *xm_drag_window_error; typedef enum xm_byte_order @@ -2308,7 +2308,7 @@ xm_get_drag_atom_1 (struct x_display_info *dpyinfo, &actual_format, &nitems, &bytes_remaining, &tmp_data); atom = None; - /* GCC thinks i is used unitialized, but it's always initialized if + /* GCC thinks i is used uninitialized, but it's always initialized if `atoms' exists at that particular spot. */ i = 0; @@ -28203,7 +28203,7 @@ you, try increasing the value of x_mouse_click_focus_ignore_position = false; DEFVAR_INT ("x-mouse-click-focus-ignore-time", x_mouse_click_focus_ignore_time, - doc: /* Number of miliseconds for which to ignore buttons after focus change. + doc: /* Number of milliseconds for which to ignore buttons after focus change. This variable only takes effect if `x-mouse-click-focus-ignore-position' is non-nil, and should be adjusted if the default value does not work for whatever reason. */); |