]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 5 Apr 2021 15:49:07 +0000 (08:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 5 Apr 2021 15:49:07 +0000 (08:49 -0700)
lisp/international/ja-dic-cnv.el

index 8e5dccd0de90c887685cba668565e778fe5d6c41..a5082f630c76f08229b5ed8d68895568547121c6 100644 (file)
     (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*"))