1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(ccl-encode-ethio-font): Fix typo in doc-string.

This commit is contained in:
Kenichi Handa 1997-08-03 02:54:04 +00:00
parent 3144063d73
commit 15e8ea5a02

View 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))