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:
parent
3144063d73
commit
15e8ea5a02
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user