diff options
| author | Juanma Barranquero | 2006-11-06 22:33:32 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 22:33:32 +0000 |
| commit | 32ef9469741164c43a93204e2372f8425ee7ca0d (patch) | |
| tree | da1a90b4b96e358885eb86c39ba4211e28546957 | |
| parent | f3093f777faa77909558923936f13ebdf2ef4656 (diff) | |
| download | emacs-32ef9469741164c43a93204e2372f8425ee7ca0d.tar.gz emacs-32ef9469741164c43a93204e2372f8425ee7ca0d.zip | |
(skkdic-convert): Fix typo in docstring.
| -rw-r--r-- | lisp/international/ja-dic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index dbcd2bfbfb5..eb9878e612b 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el | |||
| @@ -344,7 +344,7 @@ | |||
| 344 | (insert ")\n\n"))) | 344 | (insert ")\n\n"))) |
| 345 | 345 | ||
| 346 | (defun skkdic-convert (filename &optional dirname) | 346 | (defun skkdic-convert (filename &optional dirname) |
| 347 | "Generate Emacs lisp file form Japanese dictionary file FILENAME. | 347 | "Generate Emacs Lisp file form Japanese dictionary file FILENAME. |
| 348 | The format of the dictionary file should be the same as SKK dictionaries. | 348 | The format of the dictionary file should be the same as SKK dictionaries. |
| 349 | Optional argument DIRNAME if specified is the directory name under which | 349 | Optional argument DIRNAME if specified is the directory name under which |
| 350 | the generated Emacs Lisp is saved. | 350 | the generated Emacs Lisp is saved. |