diff options
| author | Kenichi Handa | 2003-06-21 02:24:14 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-06-21 02:24:14 +0000 |
| commit | 72b338a277737f76cd30b6d538e6617cb7788c3b (patch) | |
| tree | 0a5f3a0549d12779056ea80ad0eb9703fe82b401 | |
| parent | 86a6519064ea55b89f3478a9353e8ef27b3b6471 (diff) | |
| download | emacs-72b338a277737f76cd30b6d538e6617cb7788c3b.tar.gz emacs-72b338a277737f76cd30b6d538e6617cb7788c3b.zip | |
(utf-translate-cjk-mode): Fix docstring.
| -rw-r--r-- | lisp/international/utf-8.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index b95ff8e548f..e0b3fae2540 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el | |||
| @@ -193,7 +193,7 @@ Setting this variable outside customize has no effect." | |||
| 193 | (define-minor-mode utf-translate-cjk-mode | 193 | (define-minor-mode utf-translate-cjk-mode |
| 194 | "Whether the UTF based coding systems should decode/encode CJK characters. | 194 | "Whether the UTF based coding systems should decode/encode CJK characters. |
| 195 | Enabling this loads tables which allow the coding systems mule-utf-8, | 195 | Enabling this loads tables which allow the coding systems mule-utf-8, |
| 196 | mule-utf-16-le and mule-utf-16-be to encode characters in the charsets | 196 | mule-utf-16le and mule-utf-16be to encode characters in the charsets |
| 197 | `korean-ksc5601', `chinese-gb2312', `chinese-big5-1', | 197 | `korean-ksc5601', `chinese-gb2312', `chinese-big5-1', |
| 198 | `chinese-big5-2', `japanese-jisx0208' and `japanese-jisx0212', and to | 198 | `chinese-big5-2', `japanese-jisx0208' and `japanese-jisx0212', and to |
| 199 | decode the corresponding unicodes into such characters. | 199 | decode the corresponding unicodes into such characters. |