aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/ucs-tables.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el
index 05860f85b2a..81f059e9ac2 100644
--- a/lisp/international/ucs-tables.el
+++ b/lisp/international/ucs-tables.el
@@ -1275,7 +1275,7 @@ charsets are handled automatically by the coding system used if it can
1275represent them. Thus, say, an e-acute from the Latin-1 charset (the 1275represent them. Thus, say, an e-acute from the Latin-1 charset (the
1276unified representation) in a buffer saved as Latin-9 will be encoded 1276unified representation) in a buffer saved as Latin-9 will be encoded
1277directly to a byte value 233. By default, in contrast, you would be 1277directly to a byte value 233. By default, in contrast, you would be
1278promtped for a general coding system to use for saving the file, which 1278prompted for a general coding system to use for saving the file, which
1279can cope with separate Latin-1 and Latin-9 representations of e-acute. 1279can cope with separate Latin-1 and Latin-9 representations of e-acute.
1280 1280
1281See also command `unify-8859-on-decoding-mode'." 1281See also command `unify-8859-on-decoding-mode'."