diff options
author | Kenichi Handa <handa@m17n.org> | 1997-05-16 00:59:09 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-05-16 00:59:09 +0000 |
commit | 78eee0edd118949aabe5227e358dd89a4222d172 (patch) | |
tree | 2aee609e0ecac04589062cca2a1aebccb6893ee7 /lisp/language/english.el | |
parent | 480826519d11d0128c1b5153b3721291265dcf09 (diff) | |
download | emacs-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/english.el')
-rw-r--r-- | lisp/language/english.el | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/lisp/language/english.el b/lisp/language/english.el index 8e5d3c8d64e..76d08f47297 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el @@ -48,7 +48,7 @@ The default status is as follows. coding-category-iso-8-2 iso-8859-1 coding-category-iso-8-1 iso-8859-1 coding-category-iso-else iso-8859-1 - coding-category-internal internal + coding-category-emacs-mule emacs-mule coding-category-binary no-conversion coding-category-sjis sjis coding-category-big5 big5 @@ -58,7 +58,7 @@ The default status is as follows. (if (local-variable-p 'enable-multibyte-characters) (setq enable-multibyte-characters t)) - (setq coding-category-internal 'internal + (setq coding-category-emacs-mule 'emacs-mule coding-category-iso-7 'iso-2022-7 coding-category-iso-8-1 'iso-8859-1 coding-category-iso-8-2 'iso-8859-1 @@ -72,7 +72,7 @@ The default status is as follows. coding-category-iso-8-2 coding-category-iso-8-1 coding-category-iso-else - coding-category-internal + coding-category-emacs-mule coding-category-binary coding-category-sjis coding-category-big5)) @@ -85,20 +85,14 @@ The default status is as follows. rmail-file-coding-system nil) ) -(defun describe-english-support () - "Describe how Emacs support English." - (interactive) - (describe-language-support-internal "English")) - (set-language-info-alist "English" '((setup-function . setup-english-environment) - (describe-function . describe-english-support) (tutorial . "TUTORIAL") (charset . (ascii)) (sample-text . "Hello!, Hi!, How are you?") - (documentation . "\ + (documentation . ("\ There's nothing special you should care to handle English in Emacs. -You can use English both with enable-multibyte-characters t and nil.") +You can use English both with enable-multibyte-characters t and nil.")) )) (register-input-method "English" |