]> code.delx.au - gnu-emacs/commitdiff
* international/mule.el (coding-system-iso-2022-flags): Fix last
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 20 Jul 2013 15:41:38 +0000 (17:41 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 20 Jul 2013 15:41:38 +0000 (17:41 +0200)
change.

lisp/ChangeLog
lisp/international/mule.el

index 68ebad48d427cf0bc180de466afb115b84d7adf2..b47dbacd5a843d788e701ec54caa24a59978e165 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * international/mule.el (coding-system-iso-2022-flags): Fix last
+       change.
+
 2013-07-20  Kenichi Handa  <handa@gnu.org>
 
        * international/mule.el (coding-system-iso-2022-flags): Add
index ea2a0da4abba407f9d34118d3ea92bce0b00c46a..11c4db5977d5acbab9f97fc25e9651b14228170e 100644 (file)
@@ -519,7 +519,7 @@ Return -1 if charset isn't an ISO 2022 one."
     euc-tw-shift
     use-roman
     use-oldjis
-    level-4)
+    8-bit-level-4)
   "List of symbols that control ISO-2022 encoder/decoder.
 
 The value of the `:flags' attribute in the argument of the function
@@ -583,7 +583,7 @@ If `use-oldjis' is specified, JIS0208-1976 is designated instead of
 JIS0208-1983.
 
 If `8-bit-level-4' is specified, the decoder assumes the
-implementation lavel \"4\" for 8-bit codes which means that GL is
+implementation level \"4\" for 8-bit codes which means that GL is
 identified as the single-shift area.  The default implementation
 level for 8-bit code is \"4A\" which means that GR is identified
 as the single-shift area.")