aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/ja-dic-cnv.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-18 09:06:38 +0000
committerPavel Janík <[email protected]>2001-07-18 09:06:38 +0000
commit381194d0843c4c9a2a8a899e3db14c383e0eeefa (patch)
tree30435b596cbcdc86decf32005f2428273729676a /lisp/international/ja-dic-cnv.el
parent01c7beb9bc29fcb5b0ab376e2c69dc76e02838b8 (diff)
Doc and coding conventions fixes.
Diffstat (limited to 'lisp/international/ja-dic-cnv.el')
-rw-r--r--lisp/international/ja-dic-cnv.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el
index 81b9fdc498..113d00f572 100644
--- a/lisp/international/ja-dic-cnv.el
+++ b/lisp/international/ja-dic-cnv.el
@@ -358,13 +358,14 @@ The name of generated file is specified by the variable `ja-dic-filename'."
(set-buffer buf)
(erase-buffer)
(buffer-disable-undo)
- (insert ";; ja-dic.el -- dictionary for Japanese input method\n"
+ (insert ";;; ja-dic.el --- dictionary for Japanese input method\n"
";;\tGenerated by the command `skkdic-convert'\n"
";;\tDate: " (current-time-string) "\n"
";;\tOriginal SKK dictionary file: "
(file-name-nondirectory filename)
"\n\n"
- ";;; Comment:\n\n"
+ ";; This file is part of GNU Emacs.\n\n"
+ ";;; Commentary:\n\n"
";; Do byte-compile this file again after any modification.\n\n"
";;; Start of the header of the original SKK dictionary.\n\n")
(set-buffer skkbuf)
@@ -415,7 +416,7 @@ The name of generated file is specified by the variable `ja-dic-filename'."
(save-excursion
(set-buffer buf)
(goto-char (point-max))
- (insert ";;\n(provide 'ja-dic)\n\n;; ja-dic.el ends here\n")))
+ (insert ";;\n(provide 'ja-dic)\n\n;;; ja-dic.el ends here\n")))
;; Save the working buffer.
(set-buffer buf)