From fd5b9fa30285a37965192c1a5104e5bdd80fb50b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 11 May 2010 20:52:18 +0300 Subject: [PATCH] xdisp.c (init_iterator): Fix comment from last change. --- src/xdisp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 92478b8e1f9..cd8ad7bec82 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2699,8 +2699,8 @@ init_iterator (it, w, charpos, bytepos, row, base_face_id) 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; -- 2.39.2