diff options
| author | Eli Zaretskii | 2023-04-25 12:26:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-04-25 12:26:20 +0300 |
| commit | 524e161a536c1c803f453f286430ba1a4e36694e (patch) | |
| tree | 76f4ded7269778b741f2d2c87d2c1f584f105e71 /lisp/language | |
| parent | 76f50df15391a20f1889f189627b16e73b5358ce (diff) | |
| download | emacs-524e161a536c1c803f453f286430ba1a4e36694e.tar.gz emacs-524e161a536c1c803f453f286430ba1a4e36694e.zip | |
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.
Diffstat (limited to 'lisp/language')
| -rw-r--r-- | lisp/language/misc-lang.el | 3 |
1 files changed, 2 insertions, 1 deletions
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."))) | |||
| 74 | (coding-priority utf-8 iso-8859-6 windows-1256) | 74 | (coding-priority utf-8 iso-8859-6 windows-1256) |
| 75 | (input-method . "farsi-transliterate-banan") | 75 | (input-method . "farsi-transliterate-banan") |
| 76 | (sample-text . "Persian فارسی") | 76 | (sample-text . "Persian فارسی") |
| 77 | (documentation . "Bidirectional editing is supported."))) | 77 | (documentation . "Bidirectional editing is supported.") |
| 78 | (tutorial . "TUTORIAL.fa"))) | ||
| 78 | 79 | ||
| 79 | (defcustom arabic-shaper-ZWNJ-handling nil | 80 | (defcustom arabic-shaper-ZWNJ-handling nil |
| 80 | "How to handle ZWNJ (Zero-width Non-Joiner) in Arabic text rendering. | 81 | "How to handle ZWNJ (Zero-width Non-Joiner) in Arabic text rendering. |