diff options
author | Glenn Morris <rgm@gnu.org> | 2021-04-05 08:49:07 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-04-05 08:49:07 -0700 |
commit | 673c02f6d0228337ba320e429111538e1d30fea3 (patch) | |
tree | 3dc6c94a276812e5d3f4b03707dc2c01ff456f80 | |
parent | e2d199aa44a92e50f480e0aa265f96a144d57a60 (diff) | |
download | emacs-673c02f6d0228337ba320e429111538e1d30fea3.tar.gz |
* lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.
-rw-r--r-- | lisp/international/ja-dic-cnv.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 8e5dccd0de9..a5082f630c7 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -323,11 +323,9 @@ (insert ")\n\n"))) (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. -Optional argument DIRNAME if specified is the directory name under which -the generated Emacs Lisp is saved. -The name of generated file is specified by the variable `ja-dic-filename'." +Saves the output as `ja-dic-filename', in directory DIRNAME (if specified)." (interactive "FSKK dictionary file: ") (let* ((coding-system-for-read 'euc-japan) (skkbuf (get-buffer-create " *skkdic-unannotated*")) |