diff --git a/docs/reference/glib/regex-syntax.sgml b/docs/reference/glib/regex-syntax.sgml
index 5a86a7445..8be1a131d 100644
--- a/docs/reference/glib/regex-syntax.sgml
+++ b/docs/reference/glib/regex-syntax.sgml
@@ -556,7 +556,9 @@ examples have the same effect:
-The following general category property codes are supported:
+In addition to the two-letter category codes listed in the
+documentation for the #GUnicodeType enumeration, the following
+general category property codes are supported:
@@ -574,150 +576,30 @@ The following general category property codes are supported:
C
Other
-
- Cc
- Control
-
-
- Cf
- Format
-
-
- Cn
- Unassigned
-
-
- Co
- Private use
-
-
- Cs
- Surrogate
-
L
Letter
-
- Ll
- Lower case letter
-
-
- Lm
- Modifier letter
-
-
- Lo
- Other letter
-
-
- Lt
- Title case letter
-
-
- Lu
- Upper case letter
-
M
Mark
-
- Mc
- Spacing mark
-
-
- Me
- Enclosing mark
-
-
- Mn
- Non-spacing mark
-
N
Number
-
- Nd
- Decimal number
-
-
- Nl
- Letter number
-
-
- No
- Other number
-
P
Punctuation
-
- Pc
- Connector punctuation
-
-
- Pd
- Dash punctuation
-
-
- Pe
- Close punctuation
-
-
- Pf
- Final punctuation
-
-
- Pi
- Initial punctuation
-
-
- Po
- Other punctuation
-
-
- Ps
- Open punctuation
-
S
Symbol
-
- Sc
- Currency symbol
-
-
- Sk
- Modifier symbol
-
-
- Sm
- Mathematical symbol
-
-
- So
- Other symbol
-
Z
Separator
-
- Zl
- Line separator
-
-
- Zp
- Paragraph separator
-
-
- Zs
- Space separator
-