From 35a60b079957ae7d5ea79b827b1101c4192b8c3d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 27 Sep 2009 17:32:05 +0000 Subject: [PATCH] (move_it_in_display_line_to): Fix a typo in a comment. --- src/xdisp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index aec090be8fe..8fe03bc85a1 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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 -- 2.11.4.GIT