diff --git a/etc/NEWS b/etc/NEWS index d1e4727ca20..0eb5940dbca 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1563,7 +1563,10 @@ Type 'C-u C-h t' to select it in case your language setup does not do so automatically. --- -*** New Ukrainian translation of the Emacs Tutorial. +*** New Ukrainian translation of the Emacs tutorial. + +--- +*** New Farsi/Persian translation of the Emacs tutorial. --- *** New default phonetic input method for the Tamil language environment. diff --git a/etc/tutorials/TUTORIAL.translators b/etc/tutorials/TUTORIAL.translators index 64d71b61e84..222703cdb9f 100644 --- a/etc/tutorials/TUTORIAL.translators +++ b/etc/tutorials/TUTORIAL.translators @@ -30,6 +30,10 @@ Maintainer: Rafael Sepúlveda Author: Protesilaos Stavrou Maintainer: Protesilaos Stavrou +* TUTORIAL.fa: +Author: Mohsen BANAN +Maintainer: Mohsen BANAN + * TUTORIAL.fr: Author: Éric Jacoboni Maintainer: Éric Jacoboni diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el index 8ec1dcaf22b..792155f1de5 100644 --- a/lisp/language/misc-lang.el +++ b/lisp/language/misc-lang.el @@ -74,7 +74,8 @@ and Italian."))) (coding-priority utf-8 iso-8859-6 windows-1256) (input-method . "farsi-transliterate-banan") (sample-text . "Persian فارسی") - (documentation . "Bidirectional editing is supported."))) + (documentation . "Bidirectional editing is supported.") + (tutorial . "TUTORIAL.fa"))) (defcustom arabic-shaper-ZWNJ-handling nil "How to handle ZWNJ (Zero-width Non-Joiner) in Arabic text rendering.