changeset 105233:0bf57cf45472

(move_it_in_display_line_to): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 27 Sep 2009 17:32:05 +0000
parents e6976b3d93d5
children bb13a70d9c32
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sun Sep 27 16:21:47 2009 +0000
+++ b/src/xdisp.c	Sun Sep 27 17:32:05 2009 +0000
@@ -6812,9 +6812,9 @@
       /* 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