mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(ccl-encode-ethio-font): Fix typo in doc-string.
This commit is contained in:
parent
3144063d73
commit
15e8ea5a02
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue