From: Eli Zaretskii Date: Sun, 13 Jun 2010 18:15:45 +0000 (+0300) Subject: bidi.c (bidi_mirror_char): Fix commentary. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6e8d97c1414230e577d375c27da78c858a5fa75;p=emacs.git bidi.c (bidi_mirror_char): Fix commentary. --- diff --git a/src/bidi.c b/src/bidi.c index 2815b04ad8a..bca32cf110e 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -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) {