Merge "Suggest owners that are reviewers even if annotated with LAST_RESORT_SUGGESTION"
diff --git a/resources/Documentation/backend-find-owners-cookbook.md b/resources/Documentation/backend-find-owners-cookbook.md
index 98db7c8..af9afee 100644
--- a/resources/Documentation/backend-find-owners-cookbook.md
+++ b/resources/Documentation/backend-find-owners-cookbook.md
@@ -7,6 +7,12 @@
 **NOTE:** The syntax of `OWNERS` files is described
 [here](backend-find-owners.html#syntax).
 
+**NOTE:** By default the `find-owners` backend uses
+[FIND_OWNERS_GLOB's](path-expressions.html) as path expressions, but it's
+possible that a different path expression syntax is
+[configured](config.html#pluginCodeOwnersPathExpressions). All examples on this
+page assume that `FIND_OWNERS_GLOB`'s are used as path expressions.
+
 ### <a id="defineUsersAsCodeOwners">Define users as code owners
 
 To define a set of users as code owners, each user email must be placed in a
diff --git a/resources/Documentation/backend-find-owners.md b/resources/Documentation/backend-find-owners.md
index 6680d40..1ec8fa0 100644
--- a/resources/Documentation/backend-find-owners.md
+++ b/resources/Documentation/backend-find-owners.md
@@ -52,6 +52,12 @@
   [restriction prefix](#restrictionPrefixes)
 * a [comment](#comments)
 
+**NOTE:** By default the `find-owners` backend uses
+[FIND_OWNERS_GLOB's](path-expressions.html) as path expressions, but it's
+possible that a different path expression syntax is
+[configured](config.html#pluginCodeOwnersPathExpressions). All examples on this
+page assume that `FIND_OWNERS_GLOB`'s are used as path expressions.
+
 ### <a id="fileLevelRules">File-level rules
 
 File-level rules apply to the entire `OWNERS` file and should not be repeated.