]> git.eshelyaron.com Git - emacs.git/commitdiff
src/xdisp.c: Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2011 10:58:44 +0000 (06:58 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2011 10:58:44 +0000 (06:58 -0400)
src/xdisp.c

index 0cb1863da9bc513f1af71f3e94dc45d1ed166cce..8b164008c3feefb6e7833988960b3650a6e5c478 100644 (file)
@@ -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)
     {