emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100595: bidi.c (bidi_mirror_char): F


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100595: bidi.c (bidi_mirror_char): Fix commentary.
Date: Sun, 13 Jun 2010 21:15:45 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100595
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2010-06-13 21:15:45 +0300
message:
  bidi.c (bidi_mirror_char): Fix commentary.
modified:
  src/bidi.c
=== modified file 'src/bidi.c'
--- a/src/bidi.c        2010-06-12 15:52:43 +0000
+++ b/src/bidi.c        2010-06-13 18:15:45 +0000
@@ -230,10 +230,10 @@
     }
 }
 
-/* Return the mirrored character of C, if any.
-
-   Note: The conditions in UAX#9 clause L4 must be tested by the
-   caller.  */
+/* Return the mirrored character of C, if it has one.  If C has no
+   mirrored counterpart, return C.
+   Note: The conditions in UAX#9 clause L4 regarding the surrounding
+   context must be tested by the caller.  */
 int
 bidi_mirror_char (int c)
 {


reply via email to

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