; Add doc string to 'ucs-normalize-string'

* lisp/international/ucs-normalize.el (ucs-normalize-string): Add
a doc string.  (Bug#59603)
This commit is contained in:
Eli Zaretskii 2022-11-26 10:55:49 +02:00
parent 30d4011b8a
commit 34256906aa

View file

@ -531,6 +531,7 @@ COMPOSITION-PREDICATE will be used to compose region."
;; --------------------------------------------------------------------------------
(defmacro ucs-normalize-string (ucs-normalize-region)
"Normalize string STR using the function UCS-NORMALIZE-REGION."
`(with-temp-buffer
(insert str)
(,ucs-normalize-region (point-min) (point-max))