]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Sat, 15 Dec 2001 19:50:36 +0000 (19:50 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 15 Dec 2001 19:50:36 +0000 (19:50 +0000)
lisp/language/hebrew.el

index 64e7ce19809cf16761cb249db86e90f817ace0b1..f499a1ba053da0db942529defa0c970e14c573a8 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 ;; Copyright (C) 2001 Free Software Foundation, Inc.
-)
+
 ;; Keywords: multilingual, Hebrew
 
 ;; This file is part of GNU Emacs.
@@ -28,6 +28,7 @@
 ;; For Hebrew, the character set ISO8859-8 is supported.
 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.
 ;; Windows-1255 is also supported.
+
 ;;; Code:
 
 (make-coding-system
            (input-method . "hebrew")
            (unibyte-display . hebrew-iso-8bit)
            (sample-text . "Hebrew      \e,Hylem\e(B")
-           (documentation . "Right-to-left writing is not yet supported.")
-           ))
+           (documentation . "Right-to-left writing is not yet supported.")))
 
 (set-language-info-alist
  "Windows-1255" '((coding-priority windows-1255)
                  (coding-system windows-1255)
                  (features code-pages)
                  (documentation . "Support for Windows-1255 encoding, e.g. for Yiddish.
-Right-to-left writing is not yet supported.")
-                 ))
+Right-to-left writing is not yet supported.")))
 
 (provide 'hebrew)