emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 673c02f: * lisp/international/ja-dic-cnv.el (skkdic-convert): D


From: Glenn Morris
Subject: emacs-27 673c02f: * lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.
Date: Mon, 5 Apr 2021 11:49:32 -0400 (EDT)

branch: emacs-27
commit 673c02f6d0228337ba320e429111538e1d30fea3
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * lisp/international/ja-dic-cnv.el (skkdic-convert): Doc fix.
---
 lisp/international/ja-dic-cnv.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el
index 8e5dccd..a5082f6 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*"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]