mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Fix typo in textsec-restriction-level
* lisp/international/textsec.el (textsec-restriction-level): * test/lisp/international/textsec-tests.el (test-restriction-level): Fix typo in symbol name `moderately-restrictive'.
This commit is contained in:
parent
68548af68a
commit
d73b86a90a
@ -156,7 +156,7 @@ Levels are (in decreasing order of restrictiveness) `ascii-only',
|
||||
tibetan)))
|
||||
;; The string is covered by Latin and any one other Recommended
|
||||
;; script, except Cyrillic, Greek.
|
||||
'moderately-retrictive)
|
||||
'moderately-restrictive)
|
||||
;; Fixme `minimally-restrictive' -- needs well-formedness criteria
|
||||
;; and Identifier Profile.
|
||||
(t
|
||||
|
@ -77,7 +77,7 @@
|
||||
(should (eq (textsec-restriction-level "切foo")
|
||||
'highly-restrictive))
|
||||
(should (eq (textsec-restriction-level "հfoo")
|
||||
'moderately-retrictive))
|
||||
'moderately-restrictive))
|
||||
(should (eq (textsec-restriction-level "Сirсlе")
|
||||
'unrestricted)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user