aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 22:33:32 +0000
committerJuanma Barranquero2006-11-06 22:33:32 +0000
commit32ef9469741164c43a93204e2372f8425ee7ca0d (patch)
treeda1a90b4b96e358885eb86c39ba4211e28546957
parentf3093f777faa77909558923936f13ebdf2ef4656 (diff)
downloademacs-32ef9469741164c43a93204e2372f8425ee7ca0d.tar.gz
emacs-32ef9469741164c43a93204e2372f8425ee7ca0d.zip
(skkdic-convert): Fix typo in docstring.
-rw-r--r--lisp/international/ja-dic-cnv.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el
index dbcd2bfbfb5..eb9878e612b 100644
--- a/lisp/international/ja-dic-cnv.el
+++ b/lisp/international/ja-dic-cnv.el
@@ -344,7 +344,7 @@
344 (insert ")\n\n"))) 344 (insert ")\n\n")))
345 345
346(defun skkdic-convert (filename &optional dirname) 346(defun skkdic-convert (filename &optional dirname)
347 "Generate Emacs lisp file form Japanese dictionary file FILENAME. 347 "Generate Emacs Lisp file form Japanese dictionary file FILENAME.
348The format of the dictionary file should be the same as SKK dictionaries. 348The format of the dictionary file should be the same as SKK dictionaries.
349Optional argument DIRNAME if specified is the directory name under which 349Optional argument DIRNAME if specified is the directory name under which
350the generated Emacs Lisp is saved. 350the generated Emacs Lisp is saved.