mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
; * lisp/international/ucs-normalize.el: Fix typo.
This commit is contained in:
parent
5bab113486
commit
3ec1ab609e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \"Å\") => \"Å\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue