diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-21 17:53:32 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-21 17:53:32 -0700 |
commit | bbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch) | |
tree | 77c1fc54c2240b08d2859109d18cac8812a8ffb1 /src/character.h | |
parent | e4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff) | |
parent | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff) | |
download | emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz |
Merge from trunk.
Diffstat (limited to 'src/character.h')
-rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index d2a7a11fa56..8a0f2d4c3f6 100644 --- a/src/character.h +++ b/src/character.h @@ -316,7 +316,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ Note: This macro returns the actual length of the character's multibyte sequence as it is stored in a buffer or string. The character it returns might have a different codepoint that has a - different multibyte sequence of a different legth, due to possible + different multibyte sequence of a different length, due to possible unification of CJK characters inside string_char. Therefore do NOT assume that the length returned by this macro is identical to the length of the multibyte sequence of the character it returns. */ |