diff options
| author | Eli Zaretskii | 2010-06-13 21:15:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-06-13 21:15:45 +0300 |
| commit | a6e8d97c1414230e577d375c27da78c858a5fa75 (patch) | |
| tree | 15c7bfd6139ad3c6a1a2d866bf0574eaed4d37a3 /src | |
| parent | b840e612747107e406edc6af283e9bc201282f6a (diff) | |
| download | emacs-a6e8d97c1414230e577d375c27da78c858a5fa75.tar.gz emacs-a6e8d97c1414230e577d375c27da78c858a5fa75.zip | |
bidi.c (bidi_mirror_char): Fix commentary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bidi.c | 8 |
1 files changed, 4 insertions, 4 deletions
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) | |||
| 230 | } | 230 | } |
| 231 | } | 231 | } |
| 232 | 232 | ||
| 233 | /* Return the mirrored character of C, if any. | 233 | /* Return the mirrored character of C, if it has one. If C has no |
| 234 | 234 | mirrored counterpart, return C. | |
| 235 | Note: The conditions in UAX#9 clause L4 must be tested by the | 235 | Note: The conditions in UAX#9 clause L4 regarding the surrounding |
| 236 | caller. */ | 236 | context must be tested by the caller. */ |
| 237 | int | 237 | int |
| 238 | bidi_mirror_char (int c) | 238 | bidi_mirror_char (int c) |
| 239 | { | 239 | { |