]> git.eshelyaron.com Git - emacs.git/commitdiff
(ccl-encode-ethio-font): Fix typo in doc-string.
authorKenichi Handa <handa@m17n.org>
Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 3 Aug 1997 02:54:04 +0000 (02:54 +0000)
lisp/language/ethiopic.el

index b6c04474568245c9fd13a796b475b448022ac747..12a3d10a7213d2472e2d03a55c957a61452323f2 100644 (file)
@@ -43,7 +43,7 @@
           ((r1 = ?\x13) (r2 -= 256))
         ((r1 = ?\xfd) (r2 -= 208))
         ))))
-  "CCL program to encode an Ehitopic code to code point of Ehitopic font.")
+  "CCL program to encode an Ethiopic code to code point of Ethiopic font.")
 
 (setq font-ccl-encoder-alist
       (cons (cons "ethiopic" ccl-encode-ethio-font) font-ccl-encoder-alist))