aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-06-02 04:57:39 +0000
committerRichard M. Stallman <[email protected]>1997-06-02 04:57:39 +0000
commit607631539cae697993aa74cd8e8d2da656dbbcf7 (patch)
tree1083618e81c2b07e2e240fd78d3cec62e941f026 /lisp
parent49716ecdd5104ca40324846151d8d924a3c9d619 (diff)
(iso-8859-1): Use `1' for mode line.
(Latin-1...Latin-4 coding systems): Add lists of languages which use these coding systems.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/language/european.el18
1 files changed, 13 insertions, 5 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 23de611310..0b318e3f1b 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -61,7 +61,7 @@
;; Latin-1 (ISO-8859-1)
(make-coding-system
- 'iso-8859-1 2 ?X
+ 'iso-8859-1 2 ?1
"MIME ISO-8859-1 Compound Text Encoding."
'((ascii t) (latin-iso8859-1 t) nil nil
nil ascii-eol ascii-cntl))
@@ -86,7 +86,9 @@
(sample-text
. "Hello, Hej, Tere, Hei, Bonjour, Gr,A|_(B Gott, Ciao, ,A!(BHola!")
(documentation . ("\
-These languages are supported with the Latin-1 (ISO-8859-1) character set.
+These languages are supported with the Latin-1 (ISO-8859-1) character set:
+ Danish, Dutch, English, Faeroese, Finnish, French, German, Icelandic,
+ Irish, Italian, Norwegian, Portuguese, Spanish, and Swedish.
" . describe-european-support-map))
))
@@ -112,7 +114,9 @@ These languages are supported with the Latin-1 (ISO-8859-1) character set.
(charset . (ascii latin-iso8859-2))
(coding-system . (iso-8859-2))
(documentation . ("\
-These languages are supported with the Latin-2 (ISO-8859-2) character set.
+These languages are supported with the Latin-2 (ISO-8859-2) character set:
+ Albanian, Czech, English, German, Hungarian, Polish, Romanian,
+ Serbo-Croatian, Slovak, Slovene, and Swedish.
" . describe-european-support-map))
))
@@ -138,7 +142,9 @@ These languages are supported with the Latin-2 (ISO-8859-2) character set.
(charset . (ascii latin-iso8859-3))
(coding-system . (iso-8859-3))
(documentation . ("\
-These languages are supported with the Latin-3 (ISO-8859-3) character set.
+These languages are supported with the Latin-3 (ISO-8859-3) character set:
+ Afrikaans, Catalan, Dutch, English, Esperanto, French, Galician,
+ German, Italian, Maltese, Spanish, and Turkish.
" . describe-european-support-map))
))
@@ -164,7 +170,9 @@ These languages are supported with the Latin-3 (ISO-8859-3) character set.
(charset . (ascii latin-iso8859-4))
(coding-system . (iso-8859-4))
(documentation . ("\
-These languages are supported with the Latin-4 (ISO-8859-4) character set.
+These languages are supported with the Latin-4 (ISO-8859-4) character set:
+ Danish, English, Estonian, Finnish, German, Greenlandic, Lappish,
+ Latvian, Lithuanian, and Norwegian.
" . describe-european-support-map))
))