emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100230: xdisp.c (init_iterator): Fix


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100230: xdisp.c (init_iterator): Fix comment from last change.
Date: Tue, 11 May 2010 20:52:18 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100230
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2010-05-11 20:52:18 +0300
message:
   xdisp.c (init_iterator): Fix comment from last change.
modified:
  src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2010-05-10 18:40:26 +0000
+++ b/src/xdisp.c       2010-05-11 17:52:18 +0000
@@ -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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]