diff leim/quail/ethiopic.el @ 38453:519983161a46

Some fixes to follow lisp coding conventions and typo fixes.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 20:22:24 +0000
parents 37e6db283e2c
children 890f548046c1
line wrap: on
line diff
--- a/leim/quail/ethiopic.el	Mon Jul 16 18:41:09 2001 +0000
+++ b/leim/quail/ethiopic.el	Mon Jul 16 20:22:24 2001 +0000
@@ -1,4 +1,4 @@
-;; quail/ethiopic.el --- Quail package for inputting Ethiopic characters
+;;; ethiopic.el --- Quail package for inputting Ethiopic characters
 
 ;; Copyright (C) 1997, 1998 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -24,6 +24,8 @@
 
 ;; Author: TAKAHASHI Naoto <ntakahas@etl.go.jp>
 
+;;; Commentary:
+
 ;;; Code:
 
 (require 'quail)
@@ -1144,4 +1146,4 @@
 		 (if (ethio-prefer-amharic-p) ?$(3"c(B ?$(3"f(B)
 		 "ethiopic"))
 
-;;; quail/ethiopic.el ends here
+;;; ethiopic.el ends here