diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-18 21:41:53 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-03-18 21:41:53 -0700 |
commit | bad98418bf75efc6dd8ac393157413bc6ef769b4 (patch) | |
tree | ee2151b8a97dc2b71ab938e2a1938720d876ec1b /lisp/international/ja-dic-cnv.el | |
parent | 627b52b0c6f73edc94db90b1f76bd9f44a626ffd (diff) | |
download | emacs-bad98418bf75efc6dd8ac393157413bc6ef769b4.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/international/ja-dic-cnv.el')
-rw-r--r-- | lisp/international/ja-dic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 5382dbe3ad7..13b0ac8b6ad 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -330,7 +330,7 @@ The name of generated file is specified by the variable `ja-dic-filename'." (interactive "FSKK dictionary file: ") (message "Reading file \"%s\" ..." filename) (let* ((coding-system-for-read 'euc-japan) - (skkbuf (get-buffer-create " *skkdic-unnannotated*")) + (skkbuf (get-buffer-create " *skkdic-unannotated*")) (buf (get-buffer-create "*skkdic-work*"))) ;; Set skkbuf to an unannotated copy of the dictionary. (with-current-buffer skkbuf |