diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-13 22:10:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-13 22:10:55 -0700 |
commit | 5ae255c7e9a2bd1ac594afe99fb24e9a0091d414 (patch) | |
tree | 02a5850b735899fb0d8eb33281a1d4fa85f65eea /src/character.h | |
parent | d5e6342ed5e408014019c478ce16a47a2aad418b (diff) | |
download | emacs-5ae255c7e9a2bd1ac594afe99fb24e9a0091d414.tar.gz |
Spelling fixes.
* lisp/hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
Emacs uses American spelling.
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 a829def428d..88de343b228 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. */ |