summaryrefslogtreecommitdiff
path: root/lisp/language/ethiopic.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-05-16 00:59:09 +0000
committerKenichi Handa <handa@m17n.org>1997-05-16 00:59:09 +0000
commit78eee0edd118949aabe5227e358dd89a4222d172 (patch)
tree2aee609e0ecac04589062cca2a1aebccb6893ee7 /lisp/language/ethiopic.el
parent480826519d11d0128c1b5153b3721291265dcf09 (diff)
downloademacs-78eee0edd118949aabe5227e358dd89a4222d172.tar.gz
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided. Coding category name changes as follows: coding-category-internal -> coding-category-emacs-mule. Delete functions describe-LANGUAGE-support. Delete describe-function entries and change documentation entries in each language specific information.
Diffstat (limited to 'lisp/language/ethiopic.el')
-rw-r--r--lisp/language/ethiopic.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el
index f51d99fdeac..fa99bf64a46 100644
--- a/lisp/language/ethiopic.el
+++ b/lisp/language/ethiopic.el
@@ -85,16 +85,10 @@
(define-key mail-mode-map [C-f5] 'fidel-to-sera-mail)))
)
-(defun describe-ethiopic-support ()
- "Describe how Emacs supports Ethiopic."
- (interactive)
- (describe-language-support-internal "Ethiopic"))
-
(set-language-info-alist
"Ethiopic" '((setup-function . setup-ethiopic-environment)
- (describe-function . describe-ethiopic-support)
(charset . (ethiopic))
(sample-text . "$(3$O#U!.(B")
- (documentation . nil)))
+ (documentation . t)))
;;; ethiopic.el ends here