summaryrefslogtreecommitdiff
path: root/leim/quail/lrt.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 20:22:24 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 20:22:24 +0000
commitbe567141bcb5e39ca67cdb120b0bad899704eacc (patch)
treeb49776d8e5e7a7d401e8e3c89c2acabfca461737 /leim/quail/lrt.el
parent358a9f5055cb4dec6d22d4f12a3f93da2288fc53 (diff)
Some fixes to follow lisp coding conventions and typo fixes.
Diffstat (limited to 'leim/quail/lrt.el')
-rw-r--r--leim/quail/lrt.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el
index bdc1cc71cb..4348d87a8a 100644
--- a/leim/quail/lrt.el
+++ b/leim/quail/lrt.el
@@ -1,4 +1,4 @@
-;;; quail/lrt.el --- Quail package for inputting Lao characters by LRT method
+;;; lrt.el --- Quail package for inputting Lao characters by LRT method
;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
@@ -22,6 +22,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;;; Code:
(require 'quail)
@@ -74,4 +76,4 @@
lao-transcription-tone-alist)
(t-state lao-transcription-tone-alist))))
-;;; quail/lrt.el ends here
+;;; lrt.el ends here