diff --git a/doc/_regexp.rdoc b/doc/_regexp.rdoc
index ae784e5adf..a2196382df 100644
--- a/doc/_regexp.rdoc
+++ b/doc/_regexp.rdoc
@@ -836,8 +836,9 @@ Some commonly-used properties correspond to POSIX bracket expressions:
These are also commonly used:
- /\p{Emoji}/: Unicode emoji.
-- /\p{Graph}/: Non-blank character
- (excludes spaces, control characters, and similar).
+- /\p{Graph}/: Characters excluding /\p{Cntrl}/ and /\p{Space}/.
+ Note that invisible characters under the Unicode
+ {"Format"}[https://www.compart.com/en/unicode/category/Cf] category are included.
- /\p{Word}/: A member in one of these Unicode character
categories (see below) or having one of these Unicode properties: