diff options
| author | Juanma Barranquero | 2010-09-14 22:32:35 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-14 22:32:35 +0200 |
| commit | 3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch) | |
| tree | 0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /lisp | |
| parent | 2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff) | |
| download | emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.zip | |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/ucs-normalize.el | 2 | ||||
| -rw-r--r-- | lisp/language/hebrew.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/ucs-normalize.el b/lisp/international/ucs-normalize.el index 5061e500587..59850621388 100644 --- a/lisp/international/ucs-normalize.el +++ b/lisp/international/ucs-normalize.el | |||
| @@ -100,7 +100,7 @@ | |||
| 100 | ;; D. Sorting and Composition of Smaller Blocks (`ucs-normalize-block-compose-chars') | 100 | ;; D. Sorting and Composition of Smaller Blocks (`ucs-normalize-block-compose-chars') |
| 101 | ;; | 101 | ;; |
| 102 | ;; The block will be split to multiple samller blocks by starter | 102 | ;; The block will be split to multiple samller blocks by starter |
| 103 | ;; charcters. Each block is sorted, and composed if necessary. | 103 | ;; characters. Each block is sorted, and composed if necessary. |
| 104 | ;; | 104 | ;; |
| 105 | ;; E. Composition of Entire Block (`ucs-normalize-compose-chars') | 105 | ;; E. Composition of Entire Block (`ucs-normalize-compose-chars') |
| 106 | ;; | 106 | ;; |
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."))) | |||
| 88 | ;; corresponding glyph of FONT-OBJECT. | 88 | ;; corresponding glyph of FONT-OBJECT. |
| 89 | (defun hebrew-font-get-precomposed (font-object) | 89 | (defun hebrew-font-get-precomposed (font-object) |
| 90 | (let ((precomposed (font-get font-object 'hebrew-precomposed)) | 90 | (let ((precomposed (font-get font-object 'hebrew-precomposed)) |
| 91 | ;; Vector of Hebrew precomposed charaters. | 91 | ;; Vector of Hebrew precomposed characters. |
| 92 | (chars [#xFB2A #xFB2B #xFB2C #xFB2D #xFB2E #xFB2F #xFB30 #xFB31 | 92 | (chars [#xFB2A #xFB2B #xFB2C #xFB2D #xFB2E #xFB2F #xFB30 #xFB31 |
| 93 | #xFB32 #xFB33 #xFB34 #xFB35 #xFB36 #xFB38 #xFB39 #xFB3A | 93 | #xFB32 #xFB33 #xFB34 #xFB35 #xFB36 #xFB38 #xFB39 #xFB3A |
| 94 | #xFB3B #xFB3C #xFB3E #xFB40 #xFB41 #xFB43 #xFB44 #xFB46 | 94 | #xFB3B #xFB3C #xFB3E #xFB40 #xFB41 #xFB43 #xFB44 #xFB46 |
| 95 | #xFB47 #xFB48 #xFB49 #xFB4A #xFB4B #xFB4C #xFB4D #xFB4E]) | 95 | #xFB47 #xFB48 #xFB49 #xFB4A #xFB4B #xFB4C #xFB4D #xFB4E]) |
| 96 | ;; Vector of decomposition character sequences corresponding | 96 | ;; Vector of decomposition character sequences corresponding |
| 97 | ;; to the above vector. | 97 | ;; to the above vector. |
| 98 | (decomposed | 98 | (decomposed |
| 99 | [[#x05E9 #x05C1] | 99 | [[#x05E9 #x05C1] |
| 100 | [#x05E9 #x05C2] | 100 | [#x05E9 #x05C2] |
| 101 | [#x05E9 #x05BC #x05C1] | 101 | [#x05E9 #x05BC #x05C1] |