diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-15 19:50:36 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-15 19:50:36 +0000 |
commit | 1fdc503d893c4ee921c3be6560e4bb0bbdb0bbf7 (patch) | |
tree | b99279202ce38670af87aef07c0ed55000e3ae69 /lisp/language/hebrew.el | |
parent | f2e5fc49308d23884cfc29633470b2e0148829b1 (diff) | |
download | emacs-1fdc503d893c4ee921c3be6560e4bb0bbdb0bbf7.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/language/hebrew.el')
-rw-r--r-- | lisp/language/hebrew.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 64e7ce19809..f499a1ba053 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -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 @@ -55,16 +56,14 @@ (input-method . "hebrew") (unibyte-display . hebrew-iso-8bit) (sample-text . "Hebrew ,Hylem(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) |