src/xdisp.c: Fix a typo in a comment.
This commit is contained in:
parent
a9269c1877
commit
a2709514e6
1 changed files with 1 additions and 1 deletions
|
@ -23256,7 +23256,7 @@ produce_glyphless_glyph (struct it *it, int for_no_font, Lisp_Object acronym)
|
|||
base_width = font->average_width;
|
||||
|
||||
/* Get a face ID for the glyph by utilizing a cache (the same way as
|
||||
doen for `escape-glyph' in get_next_display_element). */
|
||||
done for `escape-glyph' in get_next_display_element). */
|
||||
if (it->f == last_glyphless_glyph_frame
|
||||
&& it->face_id == last_glyphless_glyph_face_id)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue