comparison lisp/international/ucs-tables.el @ 42617:e177632a6ee4

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 08 Jan 2002 21:38:58 +0000
parents 039ec340e4e4
children dc3bbf710182
comparison
equal deleted inserted replaced
42616:d9878ca38728 42617:e177632a6ee4
1273 characters from the built-in ISO 8859 and `mule-unicode-0100-24ff' 1273 characters from the built-in ISO 8859 and `mule-unicode-0100-24ff'
1274 charsets are handled automatically by the coding system used if it can 1274 charsets are handled automatically by the coding system used if it can
1275 represent them. Thus, say, an e-acute from the Latin-1 charset (the 1275 represent them. Thus, say, an e-acute from the Latin-1 charset (the
1276 unified representation) in a buffer saved as Latin-9 will be encoded 1276 unified representation) in a buffer saved as Latin-9 will be encoded
1277 directly to a byte value 233. By default, in contrast, you would be 1277 directly to a byte value 233. By default, in contrast, you would be
1278 promtped for a general coding system to use for saving the file, which 1278 prompted for a general coding system to use for saving the file, which
1279 can cope with separate Latin-1 and Latin-9 representations of e-acute. 1279 can cope with separate Latin-1 and Latin-9 representations of e-acute.
1280 1280
1281 See also command `unify-8859-on-decoding-mode'." 1281 See also command `unify-8859-on-decoding-mode'."
1282 :group 'mule 1282 :group 'mule
1283 :global t 1283 :global t