]> git.eshelyaron.com Git - emacs.git/commitdiff
xdisp.c (init_iterator): Fix comment from last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 May 2010 17:52:18 +0000 (20:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 11 May 2010 17:52:18 +0000 (20:52 +0300)
src/xdisp.c

index 92478b8e1f9d3c32a8ba5dd652a907be509b107a..cd8ad7bec822079ac9d7fca439f9a7274d19c7ed 100644 (file)
@@ -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;