+2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * international/iso-transl.el: Fix typo in the header of the file.
+
+ * textmodes/picture.el (picture): Doc fix.
+
+ * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
+ follow coding conventions in generated files.
+
2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
* toolbar/tool-bar.el (tool-bar-add-item-from-menu)
-;;; iso-transl.el --- keyboard input definitions for ISO 8859/1
+;;; iso-transl.el --- keyboard input definitions for ISO 8859-1
;; Copyright (C) 1987, 1993, 1994, 1995 Free Software Foundation, Inc.
(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)
(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)
;;; Code:
(defgroup picture nil
- "Picture mode --- editing using quarter-plane screen model."
+ "Picture mode --- editing using quarter-plane screen model."
:prefix "picture-"
:group 'editing)