; 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:
parent
30d4011b8a
commit
34256906aa
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue