]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve textsec-restriction-level doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 17 Jan 2022 17:29:12 +0000 (18:29 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jan 2022 08:57:54 +0000 (09:57 +0100)
* lisp/international/textsec.el (textsec-restriction-level):
Improve doc string.

lisp/international/textsec.el

index c6bcd12ee1f29c7ac9caa5eaf1a301930a89da8a..9212c4f8de67e95897580e93ece6df9acd24f2a0 100644 (file)
@@ -103,7 +103,7 @@ The scripts are as defined by the Unicode Standard Annex 24 (UAX#24)."
 
 (defun textsec-restriction-level (string)
   "Say what restriction level STRING qualifies for.
-Levels are (in order of restrictiveness) `ascii-only',
+Levels are (in decreasing order of restrictiveness) `ascii-only',
 `single-script', `highly-restrictive', `moderately-restrictive',
 `minimally-restrictive' and `unrestricted'."
   (let ((scripts (textsec-covering-scripts string)))