summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-04-05 08:49:07 -0700
committerGlenn Morris <rgm@gnu.org>2021-04-05 08:49:07 -0700
commit673c02f6d0228337ba320e429111538e1d30fea3 (patch)
tree3dc6c94a276812e5d3f4b03707dc2c01ff456f80
parente2d199aa44a92e50f480e0aa265f96a144d57a60 (diff)
downloademacs-673c02f6d0228337ba320e429111538e1d30fea3.tar.gz
* lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.
-rw-r--r--lisp/international/ja-dic-cnv.el6
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*"))