Mercurial > hg > xemacs-beta
comparison src/unicode.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | db326b8fe982 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
1251 | 1251 |
1252 The highest precedence is given to the language-specific precedence list of | 1252 The highest precedence is given to the language-specific precedence list of |
1253 charsets, defined by `set-language-unicode-precedence-list'. These are | 1253 charsets, defined by `set-language-unicode-precedence-list'. These are |
1254 followed by charsets in the default precedence list, defined by | 1254 followed by charsets in the default precedence list, defined by |
1255 `set-default-unicode-precedence-list'. Charsets occurring multiple times are | 1255 `set-default-unicode-precedence-list'. Charsets occurring multiple times are |
1256 given precedence according to their first occurrance in either list. These | 1256 given precedence according to their first occurrence in either list. These |
1257 are followed by the remaining charsets, in some arbitrary order. | 1257 are followed by the remaining charsets, in some arbitrary order. |
1258 | 1258 |
1259 The language-specific precedence list is meant to be set as part of the | 1259 The language-specific precedence list is meant to be set as part of the |
1260 language environment initialization; the default precedence list is meant | 1260 language environment initialization; the default precedence list is meant |
1261 to be set by the user. | 1261 to be set by the user. |