diff options
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/greek.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 58f4fe6fc49..920cf67d871 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el @@ -79,7 +79,9 @@ (coding-priority greek-iso-8bit) (nonascii-translation . iso-8859-7) (input-method . "greek") - (documentation . t))) + (documentation . "Support for Greek ISO-8859-7 using the greek input method.") + (sample-text . "Greek (ελληνικά) Γειά σας") + (tutorial . "TUTORIAL.el_GR"))) (provide 'greek) |