From: Eli Zaretskii Date: Sat, 23 Jul 2011 10:58:44 +0000 (-0400) Subject: src/xdisp.c: Fix a typo in a comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2709514e606b5bb03b0c8dfcc12aaa3dcf72a22;p=emacs.git src/xdisp.c: Fix a typo in a comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index 0cb1863da9b..8b164008c3f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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) {