emacs-diffs
[Top][All Lists]
Advanced

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

master 3ec1ab6: ; * lisp/international/ucs-normalize.el: Fix typo.


From: Robert Pluim
Subject: master 3ec1ab6: ; * lisp/international/ucs-normalize.el: Fix typo.
Date: Fri, 19 Nov 2021 05:06:54 -0500 (EST)

branch: master
commit 3ec1ab609e0e7d359ca72777aefae80c3c8ec39d
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; * lisp/international/ucs-normalize.el: Fix typo.
---
 lisp/international/ucs-normalize.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/ucs-normalize.el 
b/lisp/international/ucs-normalize.el
index c6a562e..0c85b49 100644
--- a/lisp/international/ucs-normalize.el
+++ b/lisp/international/ucs-normalize.el
@@ -561,7 +561,7 @@ This is the canonical composed form."
 
 ;;;###autoload
 (defun string-glyph-compose (string)
-  "Compose the string STR by according to the Unicode NFC.
+  "Compose the string STR according to the Unicode NFC.
 This is the canonical composed form.  For instance:
 
   (string-glyph-compose \"Å\") => \"Å\""



reply via email to

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