diff leim/quail/hebrew.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 4ebd54e1f82c
children 460ba1fd40b4 bc5a086f9455
line wrap: on
line diff
--- a/leim/quail/hebrew.el	Mon Jul 16 18:41:09 2001 +0000
+++ b/leim/quail/hebrew.el	Mon Jul 16 20:22:24 2001 +0000
@@ -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.
@@ -22,6 +22,10 @@
 ;; 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 @@
  ("," ?,Hz(B)
  ("." ?,Hu(B)
  ("/" ?.)
- ("'" ?,)
- )
+ ("'" ?,))
+
+;;; hebrew.el ends here