* international/mule.el (coding-system-iso-2022-flags): Fix last

change.
This commit is contained in:
Andreas Schwab 2013-07-20 17:41:38 +02:00
parent 6496aec9e9
commit 1451928fff
2 changed files with 7 additions and 2 deletions

View 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

View 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.")