[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 524e161a536 2/2: Followup to addition of TUTORIAL.fa
From: |
Eli Zaretskii |
Subject: |
emacs-29 524e161a536 2/2: Followup to addition of TUTORIAL.fa |
Date: |
Tue, 25 Apr 2023 05:27:00 -0400 (EDT) |
branch: emacs-29
commit 524e161a536c1c803f453f286430ba1a4e36694e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
Followup to addition of TUTORIAL.fa
* etc/NEWS: Announce addition of TUTORIAL.fa.
* etc/tutorials/TUTORIAL.translators (TUTORIAL.fa): New entry.
* lisp/language/misc-lang.el ("Persian"): Add tutorial property.
---
etc/NEWS | 5 ++++-
etc/tutorials/TUTORIAL.translators | 4 ++++
lisp/language/misc-lang.el | 3 ++-
3 files changed, 10 insertions(+), 2 deletions(-)
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 <drs@gnulinux.org.mx>
Author: Protesilaos Stavrou <info@protesilaos.com>
Maintainer: Protesilaos Stavrou <info@protesilaos.com>
+* TUTORIAL.fa:
+Author: Mohsen BANAN <emacs@mohsen.1.banan.byname.net>
+Maintainer: Mohsen BANAN <emacs@mohsen.1.banan.byname.net>
+
* TUTORIAL.fr:
Author: Éric Jacoboni <jaco@teaser.fr>
Maintainer: Éric Jacoboni <jaco@teaser.fr>
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.