emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105309: src/xdisp.c: Fix a typo in a


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105309: src/xdisp.c: Fix a typo in a comment.
Date: Sat, 23 Jul 2011 06:58:44 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105309
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-23 06:58:44 -0400
message:
  src/xdisp.c: Fix a typo in a comment.
modified:
  src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2011-07-23 10:46:21 +0000
+++ b/src/xdisp.c       2011-07-23 10:58:44 +0000
@@ -23256,7 +23256,7 @@
   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)
     {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]