aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2009-09-27 17:32:05 +0000
committerEli Zaretskii2009-09-27 17:32:05 +0000
commit35a60b079957ae7d5ea79b827b1101c4192b8c3d (patch)
tree8a1f50c7eb437ec4288b79240de6b54b072c4532 /src
parent31c2d412664650a0aab8fe6bb5350a5d54ca460a (diff)
downloademacs-35a60b079957ae7d5ea79b827b1101c4192b8c3d.tar.gz
emacs-35a60b079957ae7d5ea79b827b1101c4192b8c3d.zip
(move_it_in_display_line_to): Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c6
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,
6812 /* The number of glyphs we get back in IT->nglyphs will normally 6812 /* The number of glyphs we get back in IT->nglyphs will normally
6813 be 1 except when IT->c is (i) a TAB, or (ii) a multi-glyph 6813 be 1 except when IT->c is (i) a TAB, or (ii) a multi-glyph
6814 character on a terminal frame, or (iii) a line end. For the 6814 character on a terminal frame, or (iii) a line end. For the
6815 second case, IT->nglyphs - 1 padding glyphs will be present 6815 second case, IT->nglyphs - 1 padding glyphs will be present.
6816 (on X frames, there is only one glyph produced for a 6816 (On X frames, there is only one glyph produced for a
6817 composite character. 6817 composite character.)
6818 6818
6819 The behavior implemented below means, for continuation lines, 6819 The behavior implemented below means, for continuation lines,
6820 that as many spaces of a TAB as fit on the current line are 6820 that as many spaces of a TAB as fit on the current line are