diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-14 22:32:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-14 22:32:35 +0200 |
commit | 3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch) | |
tree | 0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /lisp/language | |
parent | 2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff) | |
download | emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/hebrew.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 24ddfb2c11f..bcc3d625d68 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -88,14 +88,14 @@ Bidirectional editing is supported."))) ;; corresponding glyph of FONT-OBJECT. (defun hebrew-font-get-precomposed (font-object) (let ((precomposed (font-get font-object 'hebrew-precomposed)) - ;; Vector of Hebrew precomposed charaters. + ;; Vector of Hebrew precomposed characters. (chars [#xFB2A #xFB2B #xFB2C #xFB2D #xFB2E #xFB2F #xFB30 #xFB31 #xFB32 #xFB33 #xFB34 #xFB35 #xFB36 #xFB38 #xFB39 #xFB3A #xFB3B #xFB3C #xFB3E #xFB40 #xFB41 #xFB43 #xFB44 #xFB46 #xFB47 #xFB48 #xFB49 #xFB4A #xFB4B #xFB4C #xFB4D #xFB4E]) ;; Vector of decomposition character sequences corresponding ;; to the above vector. - (decomposed + (decomposed [[#x05E9 #x05C1] [#x05E9 #x05C2] [#x05E9 #x05BC #x05C1] |