From: Lars Ingebrigtsen Date: Mon, 17 Jan 2022 17:29:12 +0000 (+0100) Subject: Improve textsec-restriction-level doc string X-Git-Tag: emacs-29.0.90~2972 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65c9f57856ec0b188f635149bf3c120195832dae;p=emacs.git Improve textsec-restriction-level doc string * lisp/international/textsec.el (textsec-restriction-level): Improve doc string. --- diff --git a/lisp/international/textsec.el b/lisp/international/textsec.el index c6bcd12ee1f..9212c4f8de6 100644 --- a/lisp/international/textsec.el +++ b/lisp/international/textsec.el @@ -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)))