summaryrefslogtreecommitdiff
path: root/src/character.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-09-23 10:52:07 +0300
committerEli Zaretskii <eliz@gnu.org>2016-09-23 10:52:07 +0300
commit2b8c5f0bffd329616f26721325da57f4ac06cabb (patch)
treee15bcd7514dbb103b41b374c93ab3efe490e35e7 /src/character.h
parent0d016ca1164463320a77482df88ef81cc34056d1 (diff)
downloademacs-2b8c5f0bffd329616f26721325da57f4ac06cabb.tar.gz
Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAR
* src/character.h (STRING_CHAR): * src/buffer.h (FETCH_MULTIBYTE_CHAR): Update commentary: these two macros no longer do any character unification, so the caveats in those comments are no longer pertinent.
Diffstat (limited to 'src/character.h')
-rw-r--r--src/character.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/character.h b/src/character.h
index d4b6c73cd92..a94ec6d22dd 100644
--- a/src/character.h
+++ b/src/character.h
@@ -308,10 +308,7 @@ enum
} \
} while (false)
-/* Return the character code of character whose multibyte form is at
- P. Note that this macro unifies CJK characters whose codepoints
- are in the Private Use Areas (PUAs), so it might return a different
- codepoint from the one actually stored at P. */
+/* Return the character code of character whose multibyte form is at P. */
#define STRING_CHAR(p) \
(!((p)[0] & 0x80) \