diff --git a/docs/reference/gio/overview.xml b/docs/reference/gio/overview.xml
index 971ba031c..466349e81 100644
--- a/docs/reference/gio/overview.xml
+++ b/docs/reference/gio/overview.xml
@@ -361,11 +361,6 @@ Gvfs is also heavily distributed and relies on a session bus to be present.
-
- The following environment variables are only useful for debugging
- GIO itself or modules that it loads. They should not be set in a
- production environment.
-
GIO_USE_VFS
@@ -374,10 +369,17 @@ Gvfs is also heavily distributed and relies on a session bus to be present.
implementation to override the default for debugging purposes.
The #GVfs implementation for local files that is included in GIO
has the name "local", the implementation in the gvfs module has
- the name "gvfs".
+ the name "gvfs". Most commonly, system software will set this to "local"
+ to avoid having `GFile` APIs perform unnecessary DBus calls.
+
+ The following environment variables are only useful for debugging
+ GIO itself or modules that it loads. They should not be set in a
+ production environment.
+
+
GIO_USE_FILE_MONITOR