Mercurial > emacs
changeset 108487:57fe80b13f7a
xdisp.c (init_iterator): Fix comment from last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 11 May 2010 20:52:18 +0300 |
parents | 7b8ec1ad0223 |
children | 925f002ec4ab |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue May 11 09:24:49 2010 -0400 +++ b/src/xdisp.c Tue May 11 20:52:18 2010 +0300 @@ -2699,8 +2699,8 @@ it->multibyte_p = !NILP (current_buffer->enable_multibyte_characters); /* Do we need to reorder bidirectional text? Not if this is a - unibyte buffer: all single-byte characters are by definition - strong L2R, so no reordering is needed. And bidi.c doesn't + unibyte buffer: by definition, none of the single-byte characters + are strong R2L, so no reordering is needed. And bidi.c doesn't support unibyte buffers anyway. */ it->bidi_p = !NILP (current_buffer->bidi_display_reordering) && it->multibyte_p;