emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 346747451f: ; textsec.el: fix typo


From: Robert Pluim
Subject: master 346747451f: ; textsec.el: fix typo
Date: Mon, 17 Jan 2022 12:25:43 -0500 (EST)

branch: master
commit 346747451fc8218eafa66971b514a73dbd6364cc
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; textsec.el: fix typo
    
    * lisp/international/textsec.el (textsec-covering-scripts): Fix typo
    in docstring.
---
 lisp/international/textsec.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/textsec.el b/lisp/international/textsec.el
index 8877a15835..c6bcd12ee1 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]