]> git.eshelyaron.com Git - emacs.git/commitdiff
bidi.c (bidi_mirror_char): Fix commentary.
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 Jun 2010 18:15:45 +0000 (21:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Jun 2010 18:15:45 +0000 (21:15 +0300)
src/bidi.c

index 2815b04ad8a95b44d03783f95827cbfb6d7228d9..bca32cf110e548e8e0597495d1142686e34258fb 100644 (file)
@@ -230,10 +230,10 @@ bidi_get_category (bidi_type_t type)
     }
 }
 
-/* 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)
 {