From: Robert Pluim Date: Mon, 17 Jan 2022 17:24:31 +0000 (+0100) Subject: ; textsec.el: fix typo X-Git-Tag: emacs-29.0.90~2983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=346747451fc8218eafa66971b514a73dbd6364cc;p=emacs.git ; textsec.el: fix typo * lisp/international/textsec.el (textsec-covering-scripts): Fix typo in docstring. --- diff --git a/lisp/international/textsec.el b/lisp/international/textsec.el index 8877a15835e..c6bcd12ee1f 100644 --- a/lisp/international/textsec.el +++ b/lisp/international/textsec.el @@ -93,7 +93,7 @@ Unicode Standard Annex 24 (UAX#24)." (defun textsec-covering-scripts (string) "Return a minimal list of scripts used in STRING. -Not that a string may have several different minimal cover sets. +Note that a string may have several different minimal cover sets. The scripts are as defined by the Unicode Standard Annex 24 (UAX#24)." (let* ((scripts (textsec-scripts string)) (set (car scripts)))