Add some textsec-restriction-level comments
* lisp/international/textsec.el (textsec-restriction-level): Add comment about source of the list of languages.
This commit is contained in:
parent
a1ffee1e82
commit
9b358a99d6
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ Levels are (in order of restrictiveness) `ascii-only',
|
|||
'highly-restrictive)
|
||||
((and (= (length scripts) 2)
|
||||
(memq 'latin scripts)
|
||||
;; This list comes from
|
||||
;; https://www.unicode.org/reports/tr31/#Table_Recommended_Scripts
|
||||
;; (but is without latin, cyrillic and greek).
|
||||
(seq-intersection scripts
|
||||
'(arabic
|
||||
armenian
|
||||
|
|
Loading…
Add table
Reference in a new issue