diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 20:22:24 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 20:22:24 +0000 |
commit | be567141bcb5e39ca67cdb120b0bad899704eacc (patch) | |
tree | b49776d8e5e7a7d401e8e3c89c2acabfca461737 /leim/quail/hebrew.el | |
parent | 358a9f5055cb4dec6d22d4f12a3f93da2288fc53 (diff) | |
download | emacs-be567141bcb5e39ca67cdb120b0bad899704eacc.tar.gz |
Some fixes to follow lisp coding conventions and typo fixes.
Diffstat (limited to 'leim/quail/hebrew.el')
-rw-r--r-- | leim/quail/hebrew.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/leim/quail/hebrew.el b/leim/quail/hebrew.el index c7a998dae93..9e6be106805 100644 --- a/leim/quail/hebrew.el +++ b/leim/quail/hebrew.el @@ -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 @@ Hebrew letters are assigned to lowercases. ("," ?,Hz(B) ("." ?,Hu(B) ("/" ?.) - ("'" ?,) - ) + ("'" ?,)) + +;;; hebrew.el ends here |