Mercurial > emacs
changeset 108985:f2d0b93e668c
bidi.c (bidi_mirror_char): Fix commentary.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 13 Jun 2010 21:15:45 +0300 |
parents | 684f6b36230b |
children | c879988fd08d e93288477c43 |
files | src/bidi.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bidi.c Sun Jun 13 20:40:25 2010 +0300 +++ b/src/bidi.c Sun Jun 13 21:15:45 2010 +0300 @@ -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) {