diff options
| author | Eli Zaretskii | 2010-08-06 18:53:11 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-06 18:53:11 +0300 |
| commit | 33dd480f04ffb1439b17a9dac34d5e2ccd4cdbc9 (patch) | |
| tree | 3590e49ddcfa8c7ba0d3c92d8eac6f4e22a639a7 /src | |
| parent | 47223c041363ff7b940a3e0ca37b64ec4fe1be92 (diff) | |
| download | emacs-33dd480f04ffb1439b17a9dac34d5e2ccd4cdbc9.tar.gz emacs-33dd480f04ffb1439b17a9dac34d5e2ccd4cdbc9.zip | |
xdisp.c (display_line): Fix a typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 81418b2d66f..73299c95d1f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -17381,8 +17381,8 @@ display_line (struct it *it) | |||
| 17381 | row->ends_at_zv_p = 1; | 17381 | row->ends_at_zv_p = 1; |
| 17382 | /* A row that displays right-to-left text must always have | 17382 | /* A row that displays right-to-left text must always have |
| 17383 | its last face extended all the way to the end of line, | 17383 | its last face extended all the way to the end of line, |
| 17384 | even if this row ends in ZV, because we still write to th | 17384 | even if this row ends in ZV, because we still write to |
| 17385 | screen left to right. */ | 17385 | the screen left to right. */ |
| 17386 | if (row->reversed_p) | 17386 | if (row->reversed_p) |
| 17387 | extend_face_to_end_of_line (it); | 17387 | extend_face_to_end_of_line (it); |
| 17388 | break; | 17388 | break; |