Mercurial > emacs
changeset 73796:3da9d5d6d1dc
(skkdic-convert): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 22:33:32 +0000 |
parents | 4064a5037466 |
children | 2e5ad09135ff |
files | lisp/international/ja-dic-cnv.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/ja-dic-cnv.el Mon Nov 06 22:05:23 2006 +0000 +++ b/lisp/international/ja-dic-cnv.el Mon Nov 06 22:33:32 2006 +0000 @@ -344,7 +344,7 @@ (insert ")\n\n"))) (defun skkdic-convert (filename &optional dirname) - "Generate Emacs lisp file form Japanese dictionary file FILENAME. + "Generate Emacs Lisp file form 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.