projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b840e61
)
bidi.c (bidi_mirror_char): Fix commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 13 Jun 2010 18:15:45 +0000
(21:15 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 13 Jun 2010 18:15:45 +0000
(21:15 +0300)
src/bidi.c
patch
|
blob
|
history
diff --git
a/src/bidi.c
b/src/bidi.c
index 2815b04ad8a95b44d03783f95827cbfb6d7228d9..bca32cf110e548e8e0597495d1142686e34258fb 100644
(file)
--- 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
+ c
ontext must be tested by the c
aller. */
int
bidi_mirror_char (int c)
{