]> git.eshelyaron.com Git - emacs.git/commitdiff
(move_it_in_display_line_to): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Sep 2009 17:32:05 +0000 (17:32 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Sep 2009 17:32:05 +0000 (17:32 +0000)
src/xdisp.c

index aec090be8fe3de54ae85d90f4f1679a692aae1ee..8fe03bc85a1139257b3bbd9aeff5084a4a8c4dec 100644 (file)
@@ -6812,9 +6812,9 @@ move_it_in_display_line_to (struct it *it,
       /* The number of glyphs we get back in IT->nglyphs will normally
         be 1 except when IT->c is (i) a TAB, or (ii) a multi-glyph
         character on a terminal frame, or (iii) a line end.  For the
-        second case, IT->nglyphs - 1 padding glyphs will be present
-        (on X frames, there is only one glyph produced for a
-        composite character.
+        second case, IT->nglyphs - 1 padding glyphs will be present.
+        (On X frames, there is only one glyph produced for a
+        composite character.)
 
         The behavior implemented below means, for continuation lines,
         that as many spaces of a TAB as fit on the current line are