aboutsummaryrefslogtreecommitdiffstats
path: root/leim/quail/japanese.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-16 20:22:24 +0000
committerPavel Janík <[email protected]>2001-07-16 20:22:24 +0000
commitbe567141bcb5e39ca67cdb120b0bad899704eacc (patch)
treeb49776d8e5e7a7d401e8e3c89c2acabfca461737 /leim/quail/japanese.el
parent358a9f5055cb4dec6d22d4f12a3f93da2288fc53 (diff)
Some fixes to follow lisp coding conventions and typo fixes.
Diffstat (limited to 'leim/quail/japanese.el')
-rw-r--r--leim/quail/japanese.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/leim/quail/japanese.el b/leim/quail/japanese.el
index f9f2837c6c..6cf25ae8b5 100644
--- a/leim/quail/japanese.el
+++ b/leim/quail/japanese.el
@@ -1,4 +1,4 @@
-;;; quail/japanese.el --- Quail package for inputting Japanese
+;;; japanese.el --- Quail package for inputting Japanese
;; 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)
@@ -541,3 +543,4 @@ qq: toggle between this input method and the input method `japanese-ascii'.
(vector (japanese-katakana (aref trans 0))))
(t trans)))))
+;;; japanese.el ends here