diff options
author | Robert Pluim <rpluim@gmail.com> | 2022-01-17 18:24:31 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2022-01-17 18:24:31 +0100 |
commit | 346747451fc8218eafa66971b514a73dbd6364cc (patch) | |
tree | 1f4912a39c3ee34c9d6dde938cdf4453f8758716 /lisp | |
parent | ef1f5dfe2bf3c71cfb8b9d1e34301ba8c3cea68f (diff) | |
download | emacs-346747451fc8218eafa66971b514a73dbd6364cc.tar.gz emacs-346747451fc8218eafa66971b514a73dbd6364cc.tar.bz2 emacs-346747451fc8218eafa66971b514a73dbd6364cc.zip |
; textsec.el: fix typo
* lisp/international/textsec.el (textsec-covering-scripts): Fix typo
in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/textsec.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |