diff options
author | Andreas Schwab <schwab@suse.de> | 2004-05-08 14:36:07 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2004-05-08 14:36:07 +0000 |
commit | 9e24a165fe9ab9bd2efe389153b2fff3584a647d (patch) | |
tree | 99a4186e4b59a38ea1046193287afa187a4855d2 /lisp/international/subst-jis.el | |
parent | c4ae2d518c6d39f48a5b8dd15cd49498b55872a5 (diff) | |
download | emacs-9e24a165fe9ab9bd2efe389153b2fff3584a647d.tar.gz |
Fix references to utf-translate-cjk into utf-translate-cjk-mode.
Diffstat (limited to 'lisp/international/subst-jis.el')
-rw-r--r-- | lisp/international/subst-jis.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/subst-jis.el b/lisp/international/subst-jis.el index 7e1c0bd5df8..edd01c0a0b3 100644 --- a/lisp/international/subst-jis.el +++ b/lisp/international/subst-jis.el @@ -1,5 +1,5 @@ ;;; subst-jis.el --- Unicode/JISX translation -*-coding: euc-jp;-*- -;; Copyright (C) 2002 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004 Free Software Foundation, Inc. ;; Author: Dave Love <fx@gnu.org> ;; Keywords: i18n @@ -23,7 +23,7 @@ ;; Provides translation tables between Unicode and ;; japanese-jisx0208/japanese-jisx0212 charsets for use by the -;; `utf-translate-cjk' option. +;; `utf-translate-cjk-mode' option. ;;; Code: |