Fix Turkish language environment setup
* lisp/language/european.el ("Turkish"): Fix a typo in Turkish language setup. (Bug#25763)
This commit is contained in:
parent
e463e5762b
commit
879a3e445f
1 changed files with 1 additions and 1 deletions
|
@ -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, ı, İ.")))
|
||||
|
|
Loading…
Add table
Reference in a new issue