Fix Turkish language environment setup

* lisp/language/european.el ("Turkish"): Fix a typo in Turkish
language setup.  (Bug#25763)
This commit is contained in:
Göktuğ Kayaalp 2017-02-18 13:17:40 +02:00 committed by Eli Zaretskii
parent e463e5762b
commit 879a3e445f

View file

@ -506,7 +506,7 @@ and it selects the Spanish tutorial."))
(input-method . "turkish-postfix")
(sample-text . "Turkish (Türkçe) Merhaba")
(setup-function . turkish-case-conversion-enable)
(setup-function . turkish-case-conversion-disable)
(exit-function . turkish-case-conversion-disable)
(documentation . "Support for Turkish.
Differs from the Latin-5 environment in using the `turkish-postfix' input
method and applying Turkish case rules for the characters i, I, ı, İ.")))