diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 4faa7782dce..332d9175e26 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -3049,8 +3049,11 @@ repeat('Pg', 4) PgPgPgPg
Converts the first letter of each word to upper case and the
- rest to lower case. Words are sequences of alphanumeric
- characters separated by non-alphanumeric characters.
+ rest to lower case. When using the libc locale
+ provider, words are sequences of alphanumeric characters separated
+ by non-alphanumeric characters; when using the ICU locale provider,
+ words are separated according to
+ Unicode Standard Annex #29.
initcap('hi THOMAS')