* lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.

This commit is contained in:
Glenn Morris 2021-04-05 08:49:07 -07:00
parent e2d199aa44
commit 673c02f6d0

View file

@ -323,11 +323,9 @@
(insert ")\n\n"))) (insert ")\n\n")))
(defun skkdic-convert (filename &optional dirname) (defun skkdic-convert (filename &optional dirname)
"Generate Emacs Lisp file form Japanese dictionary file FILENAME. "Generate Emacs Lisp file from Japanese dictionary file FILENAME.
The format of the dictionary file should be the same as SKK dictionaries. The format of the dictionary file should be the same as SKK dictionaries.
Optional argument DIRNAME if specified is the directory name under which Saves the output as `ja-dic-filename', in directory DIRNAME (if specified)."
the generated Emacs Lisp is saved.
The name of generated file is specified by the variable `ja-dic-filename'."
(interactive "FSKK dictionary file: ") (interactive "FSKK dictionary file: ")
(let* ((coding-system-for-read 'euc-japan) (let* ((coding-system-for-read 'euc-japan)
(skkbuf (get-buffer-create " *skkdic-unannotated*")) (skkbuf (get-buffer-create " *skkdic-unannotated*"))