diff options
| author | Stefan Kangas | 2024-06-16 21:59:42 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-16 22:38:26 +0200 |
| commit | c0eefebabfee011f0ec7631d055e482e4965a24d (patch) | |
| tree | ca50616f960b0a16c7c79fe406c01b016e156e1c /src | |
| parent | 90234ba7f024f3dae342689b47930835e4904503 (diff) | |
| download | emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.tar.gz emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | src/fns.c | 2 | ||||
| -rw-r--r-- | src/fontset.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index abea7688c87..45dc2d4e16d 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -20180,7 +20180,7 @@ | |||
| 20180 | (CHECK_FONT_GET_OBJECT): Likewise. | 20180 | (CHECK_FONT_GET_OBJECT): Likewise. |
| 20181 | (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros. | 20181 | (XFONT_SPEC, XFONT_ENTITY, XFONT_OBJECT, XSETFONT): New macros. |
| 20182 | (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h. | 20182 | (PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Move from font.h. |
| 20183 | (struct font_driver): New members case_sensitive anc check. | 20183 | (struct font_driver): New members case_sensitive and check. |
| 20184 | Type of the member list and open changed. | 20184 | Type of the member list and open changed. |
| 20185 | (enable_font_backend, font_symbolic_weight, font_symbolic_slant) | 20185 | (enable_font_backend, font_symbolic_weight, font_symbolic_slant) |
| 20186 | (font_symbolic_width, font_find_object, font_get_spec) | 20186 | (font_symbolic_width, font_find_object, font_get_spec) |
| @@ -6336,7 +6336,7 @@ secure_hash (Lisp_Object algorithm, Lisp_Object object, Lisp_Object start, | |||
| 6336 | else | 6336 | else |
| 6337 | error ("Invalid algorithm arg: %s", SDATA (Fsymbol_name (algorithm))); | 6337 | error ("Invalid algorithm arg: %s", SDATA (Fsymbol_name (algorithm))); |
| 6338 | 6338 | ||
| 6339 | /* allocate 2 x digest_size so that it can be re-used to hold the | 6339 | /* allocate 2 x digest_size so that it can be reused to hold the |
| 6340 | hexified value */ | 6340 | hexified value */ |
| 6341 | digest = make_uninit_string (digest_size * 2); | 6341 | digest = make_uninit_string (digest_size * 2); |
| 6342 | 6342 | ||
diff --git a/src/fontset.c b/src/fontset.c index 9e914abc1ff..16d14669c89 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1877,7 +1877,7 @@ fontset_from_font (Lisp_Object font_object) | |||
| 1877 | 1877 | ||
| 1878 | /* Update auto_fontset_alist for FONTSET. When an ASCII font of | 1878 | /* Update auto_fontset_alist for FONTSET. When an ASCII font of |
| 1879 | FONTSET is changed, we delete an entry of FONTSET if any from | 1879 | FONTSET is changed, we delete an entry of FONTSET if any from |
| 1880 | auto_fontset_alist so that FONTSET is not re-used by | 1880 | auto_fontset_alist so that FONTSET is not reused by |
| 1881 | fontset_from_font. */ | 1881 | fontset_from_font. */ |
| 1882 | 1882 | ||
| 1883 | static void | 1883 | static void |