diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2009-09-27 17:32:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2009-09-27 17:32:05 +0000 |
| commit | 35a60b079957ae7d5ea79b827b1101c4192b8c3d (patch) | |
| tree | 8a1f50c7eb437ec4288b79240de6b54b072c4532 | |
| parent | 31c2d412664650a0aab8fe6bb5350a5d54ca460a (diff) | |
| download | emacs-35a60b079957ae7d5ea79b827b1101c4192b8c3d.tar.gz | |
(move_it_in_display_line_to): Fix a typo in a comment.
| -rw-r--r-- | src/xdisp.c | 6 |
1 files 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 |
