Mercurial > emacs
changeset 19090:7d36a4bbe75e
(ccl-encode-ethio-font): Fix typo in doc-string.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 03 Aug 1997 02:54:04 +0000 |
parents | 6bc1e804bbab |
children | 54b336a17fd1 |
files | lisp/language/ethiopic.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/ethiopic.el Sun Aug 03 02:54:04 1997 +0000 +++ b/lisp/language/ethiopic.el Sun Aug 03 02:54:04 1997 +0000 @@ -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))