Some fixes to follow lisp coding conventions and typo fixes.
[bpt/emacs.git] / leim / quail / hebrew.el
index c7a998d..9e6be10 100644 (file)
@@ -1,4 +1,4 @@
-;; Quail package for inputting Hebrew characters.
+;;; hebrew.el --- Quail package for inputting Hebrew characters
 
 ;; Copyright (C) 1998 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
+;;; Code:
+
 (require 'quail)
 
 (quail-define-package
@@ -69,5 +73,6 @@ Hebrew letters are assigned to lowercases.
  ("," ?\e,Hz\e(B)
  ("." ?\e,Hu\e(B)
  ("/" ?.)
- ("'" ?,)
- )
+ ("'" ?,))
+
+;;; hebrew.el ends here