]> git.eshelyaron.com Git - emacs.git/commitdiff
; textsec.el: fix typo
authorRobert Pluim <rpluim@gmail.com>
Mon, 17 Jan 2022 17:24:31 +0000 (18:24 +0100)
committerRobert Pluim <rpluim@gmail.com>
Mon, 17 Jan 2022 17:24:31 +0000 (18:24 +0100)
* lisp/international/textsec.el (textsec-covering-scripts): Fix typo
in docstring.

lisp/international/textsec.el

index 8877a15835ec816785adf37e960f58b77a028d29..c6bcd12ee1f29c7ac9caa5eaf1a301930a89da8a 100644 (file)
@@ -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)))