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

This commit is contained in:
Robert Pluim 2021-11-19 11:05:25 +01:00
parent 5bab113486
commit 3ec1ab609e

View file

@ -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 \"Å\") => \"Å\""