X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/8f50130c565eaf0ad7c49e4ad044c3291ecdfa71..59815c02506eb39b61e672528ed03885749ba529:/src/fontset.c diff --git a/src/fontset.c b/src/fontset.c index b5b36822a2..7d2cbcafa7 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -645,7 +645,7 @@ fontset_find_font (Lisp_Object fontset, int c, struct face *face, int id, int fa if (font_has_char (f, font_object, c)) goto found; - /* Find a font already opened, maching with the current spec, + /* Find a font already opened, matching with the current spec, and supporting C. */ font_def = RFONT_DEF_FONT_DEF (rfont_def); for (; found_index + 1 < ASIZE (vec); found_index++)