File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ HarfBuzz text shaping engine. It is on by default; use './configure
38
38
--without-harfbuzz' to build without it. The HarfBuzz text shaping is
39
39
available via new font backend drivers 'xfthb' and 'ftcrhb' for Xft
40
40
and Cairo drawings, respectively, and via the 'harfbuzz' backend on
41
- MS-Windows. The Harfbuzz text shaping is preferred to the previously
41
+ MS-Windows. The HarfBuzz text shaping is preferred to the previously
42
42
supported ones, so the font backends that use older shaping engines
43
43
(FLT on GNU and Unix systems and Uniscribe on MS-Windows) are not
44
44
enabled by default; they can be enabled via the 'font-backend' frame
Original file line number Diff line number Diff line change @@ -4361,7 +4361,7 @@ scrolling_window (struct window *w, int tab_line_p)
4361
4361
4362
4362
/* Can't scroll the display of w32 GUI frames when position of point
4363
4363
is indicated by the system caret, because scrolling the display
4364
- will then "copy" the pixles used by the caret. */
4364
+ will then "copy" the pixels used by the caret. */
4365
4365
#ifdef HAVE_NTGUI
4366
4366
if (w32_use_visible_system_caret )
4367
4367
return 0 ;
Original file line number Diff line number Diff line change @@ -19193,7 +19193,7 @@ try_window_reusing_current_matrix (struct window *w)
19193
19193
19194
19194
/* Can't scroll the display of w32 GUI frames when position of point
19195
19195
is indicated by the system caret, because scrolling the display
19196
- will then "copy" the pixles used by the caret. */
19196
+ will then "copy" the pixels used by the caret. */
19197
19197
#ifdef HAVE_NTGUI
19198
19198
if (w32_use_visible_system_caret)
19199
19199
return false;
@@ -20185,7 +20185,7 @@ try_window_id (struct window *w)
20185
20185
20186
20186
/* Can't let scroll_run_hook below run on w32 GUI frames when
20187
20187
position of point is indicated by the system caret, because
20188
- scrolling the display will then "copy" the pixles used by the
20188
+ scrolling the display will then "copy" the pixels used by the
20189
20189
caret. */
20190
20190
#ifdef HAVE_NTGUI
20191
20191
if (FRAME_W32_P (f) && w32_use_visible_system_caret)
You can’t perform that action at this time.
0 commit comments