diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/language/european.el | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbe1c15d1fe..ed4c52feb65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * language/european.el: Fix the doc string of "Latin-5" language | ||
| 4 | environment. | ||
| 5 | |||
| 1 | 2001-12-26 Richard M. Stallman <rms@gnu.org> | 6 | 2001-12-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * textmodes/flyspell.el (flyspell-mode-map): New keymap, | 8 | * textmodes/flyspell.el (flyspell-mode-map): New keymap, |
diff --git a/lisp/language/european.el b/lisp/language/european.el index 7928771c956..6de7ca9b662 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -183,10 +183,7 @@ These languages are supported with the Latin-4 (ISO-8859-4) character set: | |||
| 183 | (unibyte-syntax . "latin-5") | 183 | (unibyte-syntax . "latin-5") |
| 184 | (unibyte-display . iso-latin-5) | 184 | (unibyte-display . iso-latin-5) |
| 185 | (input-method . "latin-5-postfix") | 185 | (input-method . "latin-5-postfix") |
| 186 | (documentation . "\ | 186 | (documentation . "Support for Turkish language.")) |
| 187 | These languages are supported with the Latin-5 (ISO-8859-9) character set: | ||
| 188 | Bulgarian, Byelorussian, (Slavic) Macedonian, Russian, Serbian and | ||
| 189 | Ukranian.")) ; says ISO 8859-1 | ||
| 190 | '("European")) | 187 | '("European")) |
| 191 | 188 | ||
| 192 | 189 | ||